Commit 8a360d8c authored by Yamada Hiroyuki's avatar Yamada Hiroyuki
Browse files

Fix Dockerfile

parent c0b90c8c
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ WORKDIR /work
RUN --mount=type=cache,target=/root/.cache/pip \
    pip install hatch
COPY pyproject.tom setup.py LICENSE MANIFEST.in .
COPY cpprb cpprb/
COPY cpprb src/cpprb/
RUN hatch env create test
COPY test test/
RUN hatch run test:run-cov && \