mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-04-27 03:09:17 -04:00
9 lines
154 B
Docker
9 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
|