Skip to content

Commit 9a54d83

Browse files
committed
fix: docker keep container in bg
1 parent 07e41e4 commit 9a54d83

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker/proof-aggregator.Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ COPY ./config-files/anvil.proof-aggregator.ecdsa.key.json ./config-files/
2626

2727
RUN apt update -y && apt install -y libssl-dev ca-certificates
2828

29-
CMD ["sh"]
29+
# Leave it in the background as this container is used to exec the proof_aggregator binary
30+
CMD ["sleep","infinity"]
31+

0 commit comments

Comments
 (0)