difftreelog
fix opal rococo stand
in: master
1 file changed
.docker/additional/xcm-rococo/Dockerfile-xcm-opal-rococo.tempdiffbeforeafterboth1FROM uniquenetwork/builder-polkadot:{{ POLKADOT_BUILD_BRANCH }} as polkadot1FROM uniquenetwork/builder-polkadot:{{ UNIQUEWEST_MAINNET_BRANCH }} as polkadot2FROM uniquenetwork/builder-cumulus:{{ STATEMINE_BUILD_BRANCH }} as cumulus2FROM uniquenetwork/builder-cumulus:{{ WESTMINT_BUILD_BRANCH }} as cumulus334# ===== Rust builder =====4# ===== Rust builder =====5FROM ubuntu:22.04 as rust-builder5FROM ubuntu:22.04 as rust-builder60 yarn install60 yarn install616162COPY --from=builder-unique /unique_parachain/.docker/additional/xcm-rococo/launch-config-xcm-opal-rococo.json /polkadot-launch/launch-config.json62COPY --from=builder-unique /unique_parachain/.docker/additional/xcm-rococo/launch-config-xcm-opal-rococo.json /polkadot-launch/launch-config.json63COPY --from=builder-unique /unique_parachain/.docker/xcm-config/5validators.jsonnet /polkadot-launch/5validators.jsonnet636464COPY --from=builder-unique /unique_parachain/target/release/unique-collator /unique-chain/target/release/65COPY --from=builder-unique /unique_parachain/target/release/unique-collator /unique-chain/target/release/65COPY --from=polkadot /unique_parachain/polkadot/target/release/polkadot /polkadot/target/release/66COPY --from=polkadot /unique_parachain/polkadot/target/release/polkadot /polkadot/target/release/