Dockerfile: beacon_node needs SIGINT to shut down gracefully
This commit is contained in:
parent
eeccaaf16d
commit
66a9ff7be1
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Reference in New Issue