Skip to content

Commit 2a85eb4

Browse files
authored
Update Dockerfile
1 parent 9d21297 commit 2a85eb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN cd /go-ethereum && go run build/ci.go install -static ./cmd/geth
2020
FROM alpine:latest
2121

2222
RUN apk add --no-cache ca-certificates
23-
COPY --from=builder /go-ethereum/build/bin/geth /usr/local/bin/
23+
COPY --from=builder /go-ethereum/build/bin/geth /root
2424

2525
EXPOSE 8545 8546 30303 30303/udp
2626
ENTRYPOINT ["geth"]

0 commit comments

Comments
 (0)