mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-05-02 14:56:18 -04:00
add scripts, genesis file, k8s deployment scaffold
This commit is contained in:
parent
cbfceeb5d4
commit
8e422b2e5d
9 changed files with 311 additions and 0 deletions
8
geth_and_k8s/scripts/genesis.dockerfile
Normal file
8
geth_and_k8s/scripts/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