We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a78b0 commit 49371bfCopy full SHA for 49371bf
Dockerfile
@@ -12,5 +12,5 @@ FROM alpine:latest
12
RUN apk add --no-cache ca-certificates
13
COPY --from=builder /go-ethereum/build/bin/geth /usr/local/bin/
14
15
-EXPOSE 8545 8546 30303 30303/udp 30304/udp
+EXPOSE 8545 8546 30303 30303/udp
16
ENTRYPOINT ["geth"]
Dockerfile.alltools
@@ -12,4 +12,4 @@ FROM alpine:latest
COPY --from=builder /go-ethereum/build/bin/* /usr/local/bin/
0 commit comments