Add Plugeth stack #14
@ -20,6 +20,8 @@ COPY --from=fnetgen /opt/genesis /opt/testnet
|
|||||||
COPY --from=statediff /usr/local/lib/statediff.so /usr/local/lib/plugeth/
|
COPY --from=statediff /usr/local/lib/statediff.so /usr/local/lib/plugeth/
|
||||||
|
|
||||||
# Initialize the geth db with our config
|
# Initialize the geth db with our config
|
||||||
RUN geth --datadir ~/ethdata init /opt/testnet/build/el/geth.json && rm -f ~/ethdata/geth/nodekey
|
RUN geth --datadir ~/ethdata --state.scheme hash \
|
||||||
|
init /opt/testnet/build/el/geth.json && \
|
||||||
|
rm -f ~/ethdata/geth/nodekey
|
||||||
|
|
||||||
ENTRYPOINT ["/opt/testnet/run.sh"]
|
ENTRYPOINT ["/opt/testnet/run.sh"]
|
||||||
|
Loading…
Reference in New Issue
Block a user