mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-09-21 13:14:39 -04:00
Add docker file, genesis file, and scripts
This commit is contained in:
parent
0fd2eb1442
commit
cbfceeb5d4
5 changed files with 207 additions and 0 deletions
8
geth_and_k8s/genesis.dockerfile
Normal file
8
geth_and_k8s/genesis.dockerfile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue