Add docker file, genesis file, and scripts

This commit is contained in:
bt3gl 2022-02-25 16:57:19 +01:00
parent 0fd2eb1442
commit cbfceeb5d4
5 changed files with 207 additions and 0 deletions

View file

@ -0,0 +1,8 @@
FROM ethereum/client-go:stable
RUN apk add --no-cache bash
COPY entrypoint.sh /entrypoint.sh
COPY genesis.json /genesis.json
ENTRYPOINT /entrypoint.sh