Add missing file to explorer container (#873)
All checks were successful
Lint Checks / Run linter (push) Successful in 39s
Publish / Build and publish (push) Successful in 1m21s
Webapp Test / Run webapp test suite (push) Successful in 4m47s
Smoke Test / Run basic test suite (push) Successful in 4m10s
Deploy Test / Run deploy test suite (push) Successful in 5m11s
Database Test / Run database hosting test on kind/k8s (push) Successful in 9m45s
Container Registry Test / Run contaier registry hosting test on kind/k8s (push) Successful in 3m44s
External Stack Test / Run external stack test suite (push) Successful in 4m45s
All checks were successful
Lint Checks / Run linter (push) Successful in 39s
Publish / Build and publish (push) Successful in 1m21s
Webapp Test / Run webapp test suite (push) Successful in 4m47s
Smoke Test / Run basic test suite (push) Successful in 4m10s
Deploy Test / Run deploy test suite (push) Successful in 5m11s
Database Test / Run database hosting test on kind/k8s (push) Successful in 9m45s
Container Registry Test / Run contaier registry hosting test on kind/k8s (push) Successful in 3m44s
External Stack Test / Run external stack test suite (push) Successful in 4m45s
Reviewed-on: #873 Co-authored-by: David Boreham <david@bozemanpass.com> Co-committed-by: David Boreham <david@bozemanpass.com>
This commit is contained in:
parent
13d04e9256
commit
2bad59dfcd
@ -1,6 +1,7 @@
|
|||||||
FROM cerc/ping-pub-base:local
|
FROM cerc/ping-pub-base:local
|
||||||
|
|
||||||
COPY ./scripts/update-explorer-config.sh /scripts
|
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
|
COPY ./config/laconic-chaindata-template.json /config/chains/mainnet/laconic-chaindata-template.json
|
||||||
|
|
||||||
EXPOSE 5173
|
EXPOSE 5173
|
||||||
|
@ -20,7 +20,7 @@ fi
|
|||||||
|
|
||||||
explorer_config_dir=/app/chains/mainnet
|
explorer_config_dir=/app/chains/mainnet
|
||||||
config_template_file=/config/chains/mainnet/laconic-chaindata-template.json
|
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
|
# Delete the stock config files
|
||||||
rm -f ${explorer_config_dir}/*
|
rm -f ${explorer_config_dir}/*
|
||||||
|
Loading…
Reference in New Issue
Block a user