updated dockerfile

This commit is contained in:
vaibhavchellani 2019-09-25 16:11:57 +05:30
parent 3b49df58f7
commit bb11e7b0c3

View file

@ -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