From 962e19c7ae746ff76735836e1cd12b88f4037cd7 Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Wed, 10 Aug 2022 12:51:18 +0000 Subject: [PATCH] FIX: Specified full path to polkadot --- --- a/.docker/launch-config.j2 +++ b/.docker/launch-config.j2 @@ -1,6 +1,6 @@ { "relaychain": { - "bin": "../alts/polkadot/target/release/polkadot", + "bin": "/polkadot/target/release/polkadot", "chain": "westend-local", "nodes": [ { -- gitstuff