Skip to content

Commit 747ed7a

Browse files
committed
add missing params to docker command
1 parent 26abbb6 commit 747ed7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/batcher.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +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
64+
RUN openssl req -x509 -days 1825 -newkey rsa:2048 -keyout rootCA.key -out rootCA.crt -nodes -subj '/CN=localhost'
6465

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

0 commit comments

Comments
 (0)