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 4e26413 commit a99ac53Copy full SHA for a99ac53
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 8547 30303 30303/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