Skip to content

Commit

Permalink
Avoid copying Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
alexliesenfeld committed Aug 31, 2024
1 parent eeb3fab commit a208109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ENV HTTPMOCK_REQUEST_HISTORY_LIMIT 100
WORKDIR /httpmock

COPY Cargo.toml .
COPY Cargo.lock .
# COPY Cargo.lock .

COPY src/ ./src/
COPY certs/ ./certs/
Expand Down

0 comments on commit a208109

Please sign in to comment.