diff --git a/Dockerfile b/Dockerfile index 354646910f..6772a91e53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN cd /go-ethereum && go run build/ci.go install -static ./cmd/geth FROM alpine:latest RUN apk add --no-cache ca-certificates -COPY --from=builder /go-ethereum/build/bin/geth /root +COPY --from=builder /go-ethereum/build/bin/geth . EXPOSE 8545 8546 30303 30303/udp ENTRYPOINT ["geth"]