Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request paritytech#272 from subspace/fix-snapshot-build
Browse files Browse the repository at this point in the history
Add test directory to Dockerfile
  • Loading branch information
liuchengxu authored Mar 1, 2022
2 parents c502487 + b023bae commit 8ff41ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
!/cumulus
!/polkadot
!/substrate
!/test
!/Cargo.lock
!/Cargo.toml
1 change: 1 addition & 0 deletions Dockerfile-farmer
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ COPY crates /code/crates
COPY cumulus /code/cumulus
COPY polkadot /code/polkadot
COPY substrate /code/substrate
COPY test /code/test

# Up until this line all Rust images in this repo should be the same to share the same layers

Expand Down
1 change: 1 addition & 0 deletions Dockerfile-node
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ COPY crates /code/crates
COPY cumulus /code/cumulus
COPY polkadot /code/polkadot
COPY substrate /code/substrate
COPY test /code/test

# Up until this line all Rust images in this repo should be the same to share the same layers

Expand Down

0 comments on commit 8ff41ea

Please sign in to comment.