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

difftreelog

fix Dockerfile for testnet build

Konstantin Astakhov2022-09-07parent: #55cce01.patch.diff
in: master

1 file changed

modified.docker/Dockerfile-testnet.j2diffbeforeafterboth
55 npm install --global yarn && \55 npm install --global yarn && \
56 yarn install56 yarn install
5757
58COPY --from=builder-unique /unique_parachain/unique-chain/.docker/testnet-config/launch-config.yml /polkadot-launch/launch-config.yml58COPY --from=builder-unique /unique_parachain/unique-chain/.docker/testnet-config/launch-config.json /polkadot-launch/launch-config.json
59COPY --from=builder-unique /unique_parachain/unique-chain/target/release/unique-collator /unique-chain/target/release/59COPY --from=builder-unique /unique_parachain/unique-chain/target/release/unique-collator /unique-chain/target/release/
6060
61COPY --from=uniquenetwork/builder-polkadot:{{ POLKADOT_BUILD_BRANCH }} /unique_parachain/polkadot/target/release/polkadot /polkadot/target/release/61COPY --from=uniquenetwork/builder-polkadot:{{ POLKADOT_BUILD_BRANCH }} /unique_parachain/polkadot/target/release/polkadot /polkadot/target/release/
72 cd /polkadot-launch && \72 cd /polkadot-launch && \
73 yarn start launch-config.json73 yarn start launch-config.json
7474
7575
76