We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57e57e6 commit 2d37ea0Copy full SHA for 2d37ea0
Dockerfile
@@ -6,6 +6,7 @@ ARG CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
6
7
FROM chef as planner
8
COPY Cargo.toml Cargo.toml
9
+COPY Cargo.lock Cargo.lock
10
COPY rust-toolchain.toml rust-toolchain.toml
11
COPY proto proto
12
COPY benchmark benchmark
@@ -28,6 +29,7 @@ COPY --from=planner /usr/src/recipe.json recipe.json
28
29
RUN cargo chef cook --release --recipe-path recipe.json
30
31
32
33
34
35
0 commit comments