Skip to content

Commit

Permalink
FIX: remove lock file from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxfight committed Apr 29, 2024
1 parent ae193d6 commit a5a5aae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ RUN apk add --no-cache clang lld musl-dev git
# output directory before the cache mounted /app/target is unmounted.
RUN --mount=type=bind,source=src,target=src \
--mount=type=bind,source=Cargo.toml,target=Cargo.toml \
--mount=type=bind,source=Cargo.lock,target=Cargo.lock \
--mount=type=cache,target=/app/target/ \
--mount=type=cache,target=/usr/local/cargo/git/db \
--mount=type=cache,target=/usr/local/cargo/registry/ \
Expand Down

0 comments on commit a5a5aae

Please sign in to comment.