We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b0288b commit f32b3e5Copy full SHA for f32b3e5
src/rust/Dockerfile
@@ -12,7 +12,7 @@ WORKDIR /app
12
RUN echo "=== Build context contents ===" && find . -type f -name "*.toml" -o -name "*.rs" | head -20
13
14
# Copy workspace files from src/rust directory
15
-COPY Cargo.toml Cargo.lock ./
+COPY Cargo.toml ./
16
COPY . .
17
18
# COPY . .
0 commit comments