difftreelog
fix change path to configs
in: master
1 file changed
.docker/docker-compose.tmp-forkless-data.j2diffbeforeafterboth11 - "RUNTIME={{ RUNTIME }}"11 - "RUNTIME={{ RUNTIME }}"12 - "POLKADOT_BUILD_BRANCH={{ POLKADOT_BUILD_BRANCH }}"12 - "POLKADOT_BUILD_BRANCH={{ POLKADOT_BUILD_BRANCH }}"13 - "FORK_FROM={{ FORK_FROM }}"13 - "FORK_FROM={{ FORK_FROM }}"14 context: ./14 context: ../15 dockerfile: ./Dockerfile-parachain-upgrade-data15 dockerfile: .docker/Dockerfile-parachain-upgrade-data16 image: node-parachain16 image: node-parachain17 container_name: node-parachain17 container_name: node-parachain18 volumes:18 volumes:21 target: /polkadot-launch/launch-config.json21 target: /polkadot-launch/launch-config.json22 read_only: true22 read_only: true23 - type: bind23 - type: bind24 source: ./fork.jsonnet24 source: ./forkless-config/fork.jsonnet25 target: /polkadot-launch/fork.jsonnet25 target: /polkadot-launch/fork.jsonnet26 read_only: true 26 read_only: true 27 expose:27 expose: