Skip to content

Commit

Permalink
FIX: remove --locked from Dockerfile,
Browse files Browse the repository at this point in the history
docker init is good, but annoying
  • Loading branch information
linuxfight committed Apr 29, 2024
1 parent a5a5aae commit 115f945
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 @@ -31,7 +31,7 @@ RUN --mount=type=bind,source=src,target=src \
--mount=type=cache,target=/app/target/ \
--mount=type=cache,target=/usr/local/cargo/git/db \
--mount=type=cache,target=/usr/local/cargo/registry/ \
cargo build --locked --release && \
cargo build --release && \
cp ./target/release/$APP_NAME /bin/server

################################################################################
Expand Down

0 comments on commit 115f945

Please sign in to comment.