copying config_helper.exs

This commit is contained in:
Yohan9206 2025-08-04 12:46:46 +03:00
parent bed04101c8
commit 7fc03dccc3

View file

@ -23,6 +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
# 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