Skip to content

Commit a79a38a

Browse files
committed
fix Dockerfile
1 parent 1fe85aa commit a79a38a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ COPY ./raw_testspec.json /subtensor/raw_testspec.json
4545
COPY ./node /subtensor/node
4646
COPY ./pallets /subtensor/pallets
4747
COPY ./runtime /subtensor/runtime
48+
COPY ./support /subtensor/support
4849

49-
# Update to nightly toolchain
50+
# Copy our toolchain
5051
COPY rust-toolchain.toml /subtensor/
5152
RUN /subtensor/scripts/init.sh
5253

0 commit comments

Comments
 (0)