go-ethereum/Dockerfile.suave
2024-01-24 19:31:05 -07:00

7 lines
218 B
Docker

FROM debian:bullseye
LABEL "org.opencontainers.image.source"="https://github.com/flashbots/suave-execution-geth"
COPY ./suave-execution-geth /bin/
EXPOSE 8545 8546 30303 30303/udp
ENTRYPOINT ["suave-execution-geth"]