This commit is contained in:
Yohan9206 2025-08-03 18:50:47 +03:00
parent 5cc8876afa
commit f1894c12c5

View file

@ -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