diff --git a/Dockerfile b/Dockerfile index 9ca222d512..3c59d642df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,9 +24,11 @@ FROM alpine:latest RUN apk add --no-cache ca-certificates libstdc++ postgresql-client su-exec bash curl -COPY --from=builder /go-ethereum/build/bin/geth /usr/local/bin/ +#COPY --from=builder /go-ethereum/build/bin/geth /usr/local/bin/ +COPY --from=geth-builder /go-ethereum/build/bin/geth /usr/local/bin/ COPY --from=blockscout-builder /blockscout /blockscout + # Custom entrypoint COPY start.sh /start.sh RUN chmod +x /start.sh