Skip to content

Commit 3e5e20b

Browse files
committed
fix mkcert command
1 parent bdbf034 commit 3e5e20b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/batcher.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ COPY ./config-files/config-batcher-docker.yaml ./config-files/
6161
COPY ./config-files/anvil.batcher.ecdsa.key.json ./config-files/
6262

6363
RUN apt update -y && apt install -y libssl-dev ca-certificates mkcert
64-
RUN mkcert -cert-file rootCA.crt -key-file rootCA.key localhost
64+
RUN mkcert -install -cert-file rootCA.crt -key-file rootCA.key localhost
6565

6666
CMD ["aligned-batcher", "--config", "./config-files/config-batcher-docker.yaml", "--cert", "./rootCA.crt", "--key", "./rootCA.key"]

0 commit comments

Comments
 (0)