We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3365b0 commit 2326f5fCopy full SHA for 2326f5f
docker/batcher.Dockerfile
@@ -3,6 +3,8 @@ FROM ghcr.io/yetanotherco/aligned_layer/aligned_base:latest AS base
3
COPY go.mod .
4
COPY go.sum .
5
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
8
9
RUN apt update -y && apt install -y gcc
10
RUN go build -buildmode=c-archive -o libverifier.a /aligned_layer/batcher/aligned-batcher/gnark/verifier.go
0 commit comments