Review comment

pull/24/head
Thomas E Lackey 2022-10-14 14:36:49 -05:00
parent 6ec6fc1d75
commit 78c79f2653
1 changed files with 0 additions and 2 deletions

View File

@ -14,8 +14,6 @@ COPY run-el.sh /opt/testnet/run.sh
RUN cd /opt/testnet && make genesis-el
RUN chmod a+x /usr/local/bin/*
RUN ls -l /usr/local/bin
RUN geth init /opt/testnet/build/el/geth.json && rm -f ~/.ethereum/geth/nodekey
ENTRYPOINT ["/opt/testnet/run.sh"]