From 6018be4df6b5846136df362144dc0f4bd07c428e Mon Sep 17 00:00:00 2001 From: Yohan9206 Date: Mon, 4 Aug 2025 13:02:51 +0300 Subject: [PATCH] fixing config_helper.exs dir --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 584dee3306..73e73f4c5f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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