Review comment

This commit is contained in:
Thomas E Lackey 2022-10-14 14:36:49 -05:00
parent 6ec6fc1d75
commit 78c79f2653

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"]