Skip to content

Commit 879010a

Browse files
authored
Merge pull request #1 from Miljan9602/patch-1
Updated docker file COPY path.
2 parents 2a85eb4 + c582dd0 commit 879010a

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 /root
23+
COPY --from=builder /go-ethereum/build/bin/geth .
2424

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

0 commit comments

Comments
 (0)