We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4553f5f commit df83a62Copy full SHA for df83a62
Dockerfile
@@ -17,6 +17,7 @@ COPY --from=planner /app/recipe.json recipe.json
17
RUN cargo chef cook --release --recipe-path recipe.json
18
19
COPY ./rollup/circuitcapacitychecker/libzkp .
20
+RUN cargo clean
21
RUN cargo build --release
22
RUN find ./ | grep libzktrie.so | xargs -I{} cp {} /app/target/release/
23
0 commit comments