From cd39996a961e0fbbacd3868194d56743f230f0fe Mon Sep 17 00:00:00 2001 From: Konstantin Astakhov Date: Wed, 07 Sep 2022 17:01:14 +0000 Subject: [PATCH] fix Dockerfile for testnet build --- --- a/.docker/Dockerfile-testnet.j2 +++ b/.docker/Dockerfile-testnet.j2 @@ -55,7 +55,7 @@ npm install --global yarn && \ yarn install -COPY --from=builder-unique /unique_parachain/unique-chain/.docker/testnet-config/launch-config.yml /polkadot-launch/launch-config.yml +COPY --from=builder-unique /unique_parachain/unique-chain/.docker/testnet-config/launch-config.json /polkadot-launch/launch-config.json 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/ @@ -72,4 +72,4 @@ cd /polkadot-launch && \ yarn start launch-config.json - + \ No newline at end of file -- gitstuff