git.delta.rocks / unique-network / refs/commits / accde6ff1369

difftreelog

add launch-config for testnet build

Konstantin Astakhov2022-09-06parent: #f3ac9f9.patch.diff
in: master

2 files changed

modified.docker/Dockerfile-testnet.j2diffbeforeafterboth
--- a/.docker/Dockerfile-testnet.j2
+++ b/.docker/Dockerfile-testnet.j2
@@ -57,7 +57,7 @@
     npm install --global yarn && \
     yarn install
 
-COPY --from=builder-unique /unique_parachain/launch-config.yml /polkadot-launch/launch-config.yml
+COPY --from=builder-unique /unique_parachain/.docker/testnet-config/launch-config.yml /polkadot-launch/launch-config.yml
 COPY --from=builder-unique /unique_parachain/unique-chain/target/release/unique-collator /unique-chain/target/release/
 
 COPY --from=uniquenetwork/builder-polkadot:{{ POLKADOT_BUILD_BRANCH }} /unique_parachain/polkadot/target/release/polkadot /polkadot/target/release/
added.docker/testnet-config/launch-config.jsondiffbeforeafterboth

no changes