Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into miner-1b-t
Browse files Browse the repository at this point in the history
  • Loading branch information
Devon Bear authored Oct 8, 2023
2 parents 259782e + 374db5a commit 73ec31c
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 552 deletions.
9 changes: 2 additions & 7 deletions e2e/hive/clients/polard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,9 @@ WORKDIR /

# Add a default genesis file + Inject the startup script
ADD version.txt /version.txt
ADD hive-init.sh /hive-init.sh

ADD config/config.toml config/config.toml

RUN export HIVE_CHAIN_ID=2061
RUN export HIVE_NETWORK_ID=2061
ADD entrypoint.sh /entrypoint.sh

# Export the usual networking ports to allow outside access to the node
EXPOSE 8545 8546 8547 8551

CMD ["bash", "hive-init.sh"]
CMD ["bash", "entrypoint.sh"]
Loading

0 comments on commit 73ec31c

Please sign in to comment.