|
|
@ -99,4 +99,6 @@ COPY --from=builder --chown=${BLOCKSCOUT_USER}:${BLOCKSCOUT_GROUP} /app/config/c |
|
|
|
COPY --from=builder --chown=${BLOCKSCOUT_USER}:${BLOCKSCOUT_GROUP} /app/config/config_helper.exs /app/releases/${RELEASE_VERSION}/config_helper.exs |
|
|
|
COPY --from=builder --chown=${BLOCKSCOUT_USER}:${BLOCKSCOUT_GROUP} /app/config/config_helper.exs /app/releases/${RELEASE_VERSION}/config_helper.exs |
|
|
|
COPY --from=builder --chown=${BLOCKSCOUT_USER}:${BLOCKSCOUT_GROUP} /app/config/assets/precompiles-arbitrum.json ./config/assets/precompiles-arbitrum.json |
|
|
|
COPY --from=builder --chown=${BLOCKSCOUT_USER}:${BLOCKSCOUT_GROUP} /app/config/assets/precompiles-arbitrum.json ./config/assets/precompiles-arbitrum.json |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
RUN chown -R ${BLOCKSCOUT_USER}:${BLOCKSCOUT_GROUP} /app |
|
|
|
|
|
|
|
|
|
|
|
USER ${BLOCKSCOUT_USER}:${BLOCKSCOUT_GROUP} |
|
|
|
USER ${BLOCKSCOUT_USER}:${BLOCKSCOUT_GROUP} |
|
|
|