mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
8 lines
256 B
Docker
8 lines
256 B
Docker
FROM debian:bullseye
|
|
LABEL "org.opencontainers.image.source"="https://github.com/flashbots/suave-execution-geth"
|
|
|
|
COPY ./suave-execution-geth /bin/
|
|
COPY ./suave-execution-geth /bin/geth
|
|
|
|
EXPOSE 8545 8546 30303 30303/udp
|
|
ENTRYPOINT ["suave-execution-geth"]
|