Skip to content

Commit 07e41e4

Browse files
committed
fix: docker keep container in bg
1 parent 6735fda commit 07e41e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/proof-aggregator.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ COPY ./config-files/config-proof-aggregator-docker.yaml ./config-files/
2525
COPY ./config-files/anvil.proof-aggregator.ecdsa.key.json ./config-files/
2626

2727
RUN apt update -y && apt install -y libssl-dev ca-certificates
28+
29+
CMD ["sh"]

0 commit comments

Comments
 (0)