mev-toolkit/NODES_on_Ethereum/geth_and_k8s/genesis.dockerfile
2022-09-29 08:53:02 +00:00

8 lines
154 B
Docker

FROM ethereum/client-go:stable
RUN apk add --no-cache bash
COPY entrypoint.sh /entrypoint.sh
COPY genesis.json /genesis.json
ENTRYPOINT /entrypoint.sh