mirror of
https://github.com/deps-rs/deps.rs.git
synced 2024-11-21 09:56:30 +00:00
docker: respect Cargo.lock during build (#209)
This commit is contained in:
parent
1e23f5e5b2
commit
cb9903a12b
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM rust:bookworm as build
|
||||
|
||||
COPY . /src
|
||||
RUN cargo install --path /src
|
||||
RUN cargo install --path /src --locked
|
||||
|
||||
FROM debian:bookworm
|
||||
|
||||
|
|
Loading…
Reference in a new issue