We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 540b075 commit 83c27f2Copy full SHA for 83c27f2
docker/batcher.Dockerfile
@@ -61,6 +61,6 @@ COPY ./config-files/config-batcher-docker.yaml ./config-files/
61
COPY ./config-files/anvil.batcher.ecdsa.key.json ./config-files/
62
63
RUN apt update -y && apt install -y libssl-dev ca-certificates mkcert
64
-RUN mkcert localhost -cert-file rootCA.crt -key-file rootCA.key
+RUN mkcert -cert-file rootCA.crt -key-file rootCA.key localhost
65
66
CMD ["aligned-batcher", "--config", "./config-files/config-batcher-docker.yaml", "--cert", "./rootCA.crt", "--key", "./rootCA.key"]
0 commit comments