Skip to content

Commit

Permalink
Add missing file to explorer container (#873)
Browse files Browse the repository at this point in the history
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/873
Co-authored-by: David Boreham <[email protected]>
Co-committed-by: David Boreham <[email protected]>
  • Loading branch information
dboreham authored and David Boreham committed Jul 14, 2024
1 parent 13d04e9 commit 2bad59d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM cerc/ping-pub-base:local

COPY ./scripts/update-explorer-config.sh /scripts
COPY ./scripts/start-serving-explorer.sh /scripts
COPY ./config/laconic-chaindata-template.json /config/chains/mainnet/laconic-chaindata-template.json

EXPOSE 5173
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fi

explorer_config_dir=/app/chains/mainnet
config_template_file=/config/chains/mainnet/laconic-chaindata-template.json
config_file=${explorer_config_dir}/laconic-chaindata.json
config_file=${explorer_config_dir}/laconic.json

# Delete the stock config files
rm -f ${explorer_config_dir}/*
Expand Down

0 comments on commit 2bad59d

Please sign in to comment.