From 91888874d8fb731caa094a2455eadf79fb487d07 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Mon, 23 Mar 2020 13:33:23 +0200 Subject: [PATCH] [skip ci] remove an obsolete comment --- docker/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 0e6552bff..74e878d2e 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -48,8 +48,5 @@ COPY --from=build /root/nim-beacon-chain/build/beacon_node /usr/bin/ MAINTAINER Zahary Karadjov 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"]