Skip to content

Commit 2cf595b

Browse files
committed
more that I missed
1 parent f647b16 commit 2cf595b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ COPY Cargo.lock Cargo.toml /subtensor/
3838

3939
# Specs
4040
COPY ./snapshot.json /subtensor/snapshot.json
41-
COPY ./raw_spec.json /subtensor/raw_spec.json
4241

4342
# Copy our sources
4443
COPY ./node /subtensor/node
@@ -58,5 +57,4 @@ EXPOSE 30333 9933 9944
5857
FROM $BASE_IMAGE AS subtensor
5958

6059
COPY --from=builder /subtensor/snapshot.json /
61-
COPY --from=builder /subtensor/raw_spec.json /
6260
COPY --from=builder /subtensor/target/release/node-subtensor /usr/local/bin

0 commit comments

Comments
 (0)