We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ee508 commit b3f58d7Copy full SHA for b3f58d7
build/dockerfiles/coordinator-api.Dockerfile
@@ -3,7 +3,7 @@ FROM scrolltech/cuda-go-rust-builder:cuda-11.7.1-go-1.22.12-rust-nightly-2025-02
3
WORKDIR app
4
5
FROM chef as planner
6
-COPY ./crates ./
+COPY ./crates/ ./crates/
7
COPY ./Cargo.* ./
8
COPY ./rust-toolchain ./
9
RUN cargo chef prepare --recipe-path recipe.json
@@ -19,7 +19,7 @@ COPY ./build/dockerfiles/coordinator-api/gitconfig /root/.gitconfig
19
COPY ./build/dockerfiles/coordinator-api/config.toml /root/.cargo/config.toml
20
RUN cargo chef cook --release --recipe-path recipe.json
21
22
23
24
RUN cargo build --release -p libzkp-c
25
0 commit comments