We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a85eb4 + c582dd0 commit 879010aCopy full SHA for 879010a
1 file changed
Dockerfile
@@ -20,7 +20,7 @@ RUN cd /go-ethereum && go run build/ci.go install -static ./cmd/geth
20
FROM alpine:latest
21
22
RUN apk add --no-cache ca-certificates
23
-COPY --from=builder /go-ethereum/build/bin/geth /root
+COPY --from=builder /go-ethereum/build/bin/geth .
24
25
EXPOSE 8545 8546 30303 30303/udp
26
ENTRYPOINT ["geth"]
0 commit comments