mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 05:36:46 +00:00
fixing config_helper.exs dir
This commit is contained in:
parent
7fc03dccc3
commit
6018be4df6
1 changed files with 2 additions and 1 deletions
|
|
@ -23,7 +23,8 @@ RUN mix local.hex --force && \
|
||||||
|
|
||||||
RUN mix phx.digest && MIX_ENV=prod mix release
|
RUN mix phx.digest && MIX_ENV=prod mix release
|
||||||
|
|
||||||
RUN cp config/config_helper.exs _build/prod/rel/blockscout/releases/$(ls _build/prod/rel/blockscout/releases)/config_helper.exs
|
#RUN cp config/config_helper.exs _build/prod/rel/blockscout/releases/$(ls _build/prod/rel/blockscout/releases)/config_helper.exs
|
||||||
|
RUN cp config/config_helper.exs $(find _build/prod/rel/blockscout/releases -type d | head -n 1)/
|
||||||
|
|
||||||
# Build Geth in a stock Go builder container
|
# Build Geth in a stock Go builder container
|
||||||
FROM golang:1.24-alpine AS builder
|
FROM golang:1.24-alpine AS builder
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue