🍫 add node on ethereums dir

This commit is contained in:
bt3gl 2022-09-29 08:53:02 +00:00
parent 48bf0f5af4
commit 54fc331be4
20 changed files with 3 additions and 7 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