Skip to content

Commit 0d64958

Browse files
committed
update coordinator dockerfile
1 parent 8f6cbc4 commit 0d64958

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/dockerfiles/coordinator-api.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM scrolltech/cuda-go-rust-builder:cuda-11.7.1-go-1.22.12-rust-nightly-2025-02
33
WORKDIR app
44

55
FROM chef as planner
6-
COPY ./crates ./
6+
COPY ./crates/ ./crates/
77
COPY ./Cargo.* ./
88
COPY ./rust-toolchain ./
99
RUN cargo chef prepare --recipe-path recipe.json
@@ -19,7 +19,7 @@ COPY ./build/dockerfiles/coordinator-api/gitconfig /root/.gitconfig
1919
COPY ./build/dockerfiles/coordinator-api/config.toml /root/.cargo/config.toml
2020
RUN cargo chef cook --release --recipe-path recipe.json
2121

22-
COPY ./crates ./
22+
COPY ./crates/ ./crates/
2323
COPY ./Cargo.* ./
2424
RUN cargo build --release -p libzkp-c
2525

0 commit comments

Comments
 (0)