mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
updated dockerfile
This commit is contained in:
parent
3b49df58f7
commit
bb11e7b0c3
1 changed files with 1 additions and 2 deletions
|
|
@ -12,5 +12,4 @@ FROM alpine:latest
|
|||
RUN apk add --no-cache ca-certificates
|
||||
COPY --from=builder /go-ethereum/build/bin/geth /usr/local/bin/
|
||||
|
||||
EXPOSE 8545 8546 30303 30303/udp
|
||||
ENTRYPOINT ["geth"]
|
||||
EXPOSE 8545 8546 30303 30303/udp
|
||||
Loading…
Reference in a new issue