Skip to content

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
devonh committed Dec 17, 2024
1 parent d8fc0e4 commit 77e0453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
COPY src /mcs/src/
COPY rust /mcs/rust/
# ... and what we need to `pip install`.
COPY pyproject.toml README.md setup.cfg build_rust.py Cargo.toml Cargo.lock /mcs/
COPY pyproject.toml README.md build_rust.py Cargo.toml Cargo.lock /mcs/

# Repeat of earlier build argument declaration, as this is a new build stage.
ARG TEST_ONLY_IGNORE_POETRY_LOCKFILE
Expand Down

0 comments on commit 77e0453

Please sign in to comment.