mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
fix
This commit is contained in:
parent
5cc8876afa
commit
f1894c12c5
1 changed files with 3 additions and 1 deletions
|
|
@ -24,9 +24,11 @@ FROM alpine:latest
|
||||||
|
|
||||||
RUN apk add --no-cache ca-certificates libstdc++ postgresql-client su-exec bash curl
|
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
|
COPY --from=blockscout-builder /blockscout /blockscout
|
||||||
|
|
||||||
|
|
||||||
# Custom entrypoint
|
# Custom entrypoint
|
||||||
COPY start.sh /start.sh
|
COPY start.sh /start.sh
|
||||||
RUN chmod +x /start.sh
|
RUN chmod +x /start.sh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue