Fix for running op-batcher

This commit is contained in:
nabarun 2023-03-31 15:16:01 +05:30
parent 0c942d871b
commit f98948ed7b

View File

@ -25,6 +25,8 @@ RUN make op-batcher VERSION="$VERSION" GOOS=$TARGETOS GOARCH=$TARGETARCH
FROM alpine:3.15
RUN apk add --no-cache jq
COPY --from=builder /app/op-batcher/bin/op-batcher /usr/local/bin
ENTRYPOINT ["op-batcher"]