Dockerfile: beacon_node needs SIGINT to shut down gracefully

This commit is contained in:
Ștefan Talpalaru 2020-06-27 20:13:57 +02:00
parent eeccaaf16d
commit 66a9ff7be1
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 2 additions and 0 deletions

View File

@ -46,5 +46,7 @@ COPY --from=build /root/nim-beacon-chain/build/beacon_node /usr/bin/
MAINTAINER Zahary Karadjov <zahary@status.im>
LABEL description="Nimbus installation that can act as an ETH2 network bootstrap node."
STOPSIGNAL SIGINT
ENTRYPOINT ["/usr/bin/beacon_node"]