Skip to content

Commit

Permalink
fix(docker): remove cargo lock file
Browse files Browse the repository at this point in the history
Signed-off-by: iverly <github@iverly.net>
  • Loading branch information
iverly committed Jan 16, 2024
1 parent f7e7460 commit 38a9ea3
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 @@ -44,7 +44,6 @@ RUN --mount=type=bind,source=app,target=app \
--mount=type=bind,source=shared,target=shared \
--mount=type=bind,source=storage,target=storage \
--mount=type=bind,source=Cargo.toml,target=Cargo.toml \
--mount=type=bind,source=Cargo.lock,target=Cargo.lock \
--mount=type=cache,target=/app/target/,id=rust-cache-${APP_NAME}-${TARGETPLATFORM} \
--mount=type=cache,target=/usr/local/cargo/git/db \
--mount=type=cache,target=/usr/local/cargo/registry/ \
Expand Down

0 comments on commit 38a9ea3

Please sign in to comment.