diff --git a/Dockerfile.suave b/Dockerfile.suave new file mode 100644 index 000000000..b04762c02 --- /dev/null +++ b/Dockerfile.suave @@ -0,0 +1,7 @@ +FROM debian:bullseye +LABEL "org.opencontainers.image.source"="https://github.com/flashbots/suave-geth" + +COPY ./suave-geth /bin/ + +EXPOSE 8545 8546 30303 30303/udp +ENTRYPOINT ["suave-geth"] \ No newline at end of file