Skip to content

Commit f32b3e5

Browse files
committed
fix: doker
1 parent 2b0288b commit f32b3e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rust/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ WORKDIR /app
1212
RUN echo "=== Build context contents ===" && find . -type f -name "*.toml" -o -name "*.rs" | head -20
1313

1414
# Copy workspace files from src/rust directory
15-
COPY Cargo.toml Cargo.lock ./
15+
COPY Cargo.toml ./
1616
COPY . .
1717

1818
# COPY . .

0 commit comments

Comments
 (0)