add scripts, genesis file, k8s deployment scaffold

This commit is contained in:
bt3gl 2022-02-25 08:12:13 -08:00 committed by GitHub
parent cbfceeb5d4
commit 8e422b2e5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 311 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