Fixes to fixturenet-eth

Former-commit-id: e4229e4ceb
This commit is contained in:
2023-01-26 16:47:06 -07:00
parent 96a83422e7
commit f02bbee3bf
8 changed files with 40 additions and 8 deletions
@@ -27,4 +27,8 @@ RUN cd /opt/testnet && make genesis-cl
# Work around some bugs in lcli where the default path is always used.
RUN mkdir -p /root/.lighthouse && cd /root/.lighthouse && ln -s /opt/testnet/build/cl/testnet
RUN mkdir -p /scripts
COPY scripts/status-internal.sh /scripts
COPY scripts/status.sh /scripts
ENTRYPOINT ["/opt/testnet/run.sh"]