We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe85aa commit a79a38aCopy full SHA for a79a38a
Dockerfile
@@ -45,8 +45,9 @@ COPY ./raw_testspec.json /subtensor/raw_testspec.json
45
COPY ./node /subtensor/node
46
COPY ./pallets /subtensor/pallets
47
COPY ./runtime /subtensor/runtime
48
+COPY ./support /subtensor/support
49
-# Update to nightly toolchain
50
+# Copy our toolchain
51
COPY rust-toolchain.toml /subtensor/
52
RUN /subtensor/scripts/init.sh
53
0 commit comments