update .dockerignore (#978)

This commit is contained in:
HAOYUatHZ 2024-08-10 17:47:18 +08:00 committed by GitHub
parent dece2fa8af
commit 7c6dd59108
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -3,3 +3,5 @@
build/_workspace build/_workspace
build/_bin build/_bin
tests/testdata tests/testdata
rollup/ccc/libzkp/target

View file

@ -17,7 +17,6 @@ COPY --from=planner /app/recipe.json recipe.json
RUN cargo chef cook --release --recipe-path recipe.json RUN cargo chef cook --release --recipe-path recipe.json
COPY ./rollup/ccc/libzkp . COPY ./rollup/ccc/libzkp .
RUN cargo clean
RUN cargo build --release RUN cargo build --release
# Build Geth in a stock Go builder container # Build Geth in a stock Go builder container