[skip ci] remove an obsolete comment
This commit is contained in:
parent
46a3009c63
commit
91888874d8
|
@ -48,8 +48,5 @@ COPY --from=build /root/nim-beacon-chain/build/beacon_node /usr/bin/
|
||||||
MAINTAINER Zahary Karadjov <zahary@status.im>
|
MAINTAINER Zahary Karadjov <zahary@status.im>
|
||||||
LABEL description="Nimbus installation that can act as an ETH2 network bootstrap node."
|
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"]
|
ENTRYPOINT ["/usr/bin/beacon_node"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue