[skip ci] remove an obsolete comment

This commit is contained in:
Zahary Karadjov 2020-03-23 13:33:23 +02:00 committed by zah
parent 46a3009c63
commit 91888874d8
1 changed files with 0 additions and 3 deletions

View File

@ -48,8 +48,5 @@ 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."
# TODO: This custom entry script is necessary only because we must clean up
# temporary files left by previous executions of the Go daeamon.
# We should be able to remove it once we have a native LibP2P impl.
ENTRYPOINT ["/usr/bin/beacon_node"]