Add missing file to explorer container
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 34s
Deploy Test / Run deploy test suite (pull_request) Successful in 5m5s
Webapp Test / Run webapp test suite (pull_request) Successful in 4m49s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 7m47s
Smoke Test / Run basic test suite (pull_request) Successful in 3m57s

This commit is contained in:
David Boreham 2024-07-14 10:34:04 -06:00
parent 13d04e9256
commit c6946c0cc7

View File

@ -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