fixing config_helper.exs dir

This commit is contained in:
Yohan9206 2025-08-04 13:02:51 +03:00
parent 7fc03dccc3
commit 6018be4df6

View file

@ -23,7 +23,8 @@ RUN mix local.hex --force && \
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
FROM golang:1.24-alpine AS builder