Skip to content

Commit

Permalink
Add missing Dockerfile (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferranbt authored Jan 8, 2024
1 parent b255d39 commit 9085ead
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile.suave
Original file line number Diff line number Diff line change
@@ -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"]

0 comments on commit 9085ead

Please sign in to comment.