Skip to content

Commit 897a83d

Browse files
Merge pull request #383 from theGreatHerrLebert/fix/dockerfile-cargo-lock
Fix Dockerfile: remove Cargo.lock from COPY
2 parents cbe7b10 + 2ef81e0 commit 897a83d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN pip install --no-cache-dir --upgrade pip && \
4040
pip install --no-cache-dir "maturin>=1.2,<2.0"
4141

4242
# Copy the full repo (need workspace Cargo.toml + crate sources)
43-
COPY Cargo.toml Cargo.lock /src/
43+
COPY Cargo.toml /src/
4444
COPY mscore /src/mscore
4545
COPY rustdf /src/rustdf
4646
COPY rustms /src/rustms

0 commit comments

Comments
 (0)