We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cbe7b10 + 2ef81e0 commit 897a83dCopy full SHA for 897a83d
Dockerfile
@@ -40,7 +40,7 @@ RUN pip install --no-cache-dir --upgrade pip && \
40
pip install --no-cache-dir "maturin>=1.2,<2.0"
41
42
# Copy the full repo (need workspace Cargo.toml + crate sources)
43
-COPY Cargo.toml Cargo.lock /src/
+COPY Cargo.toml /src/
44
COPY mscore /src/mscore
45
COPY rustdf /src/rustdf
46
COPY rustms /src/rustms
0 commit comments