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