mev-toolkit/MEV_on_Ethereum/geth_and_k8s/genesis.dockerfile
2022-12-18 14:58:40 -08: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