Skip to content

Commit df83a62

Browse files
authored
chore(docker): make sure the libzkp directory is clean (#664)
might have artifacts already built on the host machine
1 parent 4553f5f commit df83a62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ COPY --from=planner /app/recipe.json recipe.json
1717
RUN cargo chef cook --release --recipe-path recipe.json
1818

1919
COPY ./rollup/circuitcapacitychecker/libzkp .
20+
RUN cargo clean
2021
RUN cargo build --release
2122
RUN find ./ | grep libzktrie.so | xargs -I{} cp {} /app/target/release/
2223

0 commit comments

Comments
 (0)