File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ COPY . .
88RUN cargo build --release --package=cli --bin=openmina
99RUN cargo build --release --features scenario-generators --bin openmina-node-testing
1010
11+ # necessary for proof generation when running a block producer.
12+ RUN git clone --depth 1 https://github.com/openmina/circuit-blobs.git
13+ RUN mv node/web/circuit-blobs/* ledger
14+
1115FROM openmina/mina-snark-worker-prover:${MINA_SNARK_WORKER_TAG} AS prover
1216
1317FROM debian:buster
@@ -16,4 +20,4 @@ COPY --from=build /openmina/cli/bin/snark-worker /usr/local/bin/
1620COPY --from=build /openmina/target/release/openmina /usr/local/bin/
1721COPY --from=build /openmina/target/release/openmina-node-testing /usr/local/bin/
1822COPY --from=prover /usr/local/bin/mina /usr/local/bin
19- ENTRYPOINT [ "openmina" ]
23+ ENTRYPOINT [ "openmina" ]
You can’t perform that action at this time.
0 commit comments