Skip to content

Commit 2326f5f

Browse files
committed
Add Mina verifier copy cmd in Batcher Dockerfile
1 parent c3365b0 commit 2326f5f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/batcher.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ FROM ghcr.io/yetanotherco/aligned_layer/aligned_base:latest AS base
33
COPY go.mod .
44
COPY go.sum .
55
COPY 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
68

79
RUN apt update -y && apt install -y gcc
810
RUN go build -buildmode=c-archive -o libverifier.a /aligned_layer/batcher/aligned-batcher/gnark/verifier.go

0 commit comments

Comments
 (0)