File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ FROM ghcr.io/yetanotherco/aligned_layer/aligned_base:latest AS base
33COPY go.mod .
44COPY go.sum .
55COPY batcher/aligned-batcher/gnark/verifier.go /aligned_layer/batcher/aligned-batcher/gnark/verifier.go
6- COPY operator/mina /aligned_layer/operator/mina
7- COPY operator/mina_account /aligned_layer/operator/mina_account
86
97RUN apt update -y && apt install -y gcc
108RUN go build -buildmode=c-archive -o libverifier.a /aligned_layer/batcher/aligned-batcher/gnark/verifier.go
@@ -26,6 +24,9 @@ RUN cargo chef prepare --recipe-path /aligned_layer/batcher/aligned/recipe.json
2624FROM chef AS chef_builder
2725COPY batcher/aligned-sdk/ /aligned_layer/batcher/aligned-sdk/
2826
27+ COPY operator/mina /aligned_layer/operator/mina
28+ COPY operator/mina_account /aligned_layer/operator/mina_account
29+
2930COPY --from=planner /aligned_layer/batcher/aligned-batcher/recipe.json /aligned_layer/batcher/aligned-batcher/recipe.json
3031WORKDIR /aligned_layer/batcher/aligned-batcher
3132RUN cargo chef cook --release --recipe-path /aligned_layer/batcher/aligned-batcher/recipe.json
You can’t perform that action at this time.
0 commit comments