We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdbf034 commit 3e5e20bCopy full SHA for 3e5e20b
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 -cert-file rootCA.crt -key-file rootCA.key localhost
+RUN mkcert -install -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