Skip to content

Commit

Permalink
fix: missing copy in dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
clostao committed Nov 15, 2023
1 parent b9bcff7 commit 3a52826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ COPY primitives ./primitives
COPY client ./client
COPY stability-rpc ./stability-rpc
COPY test-utils ./test-utils
COPY vendor ./vendor
COPY chain-specs ./chain-specs
COPY Cargo.lock Cargo.toml rust-toolchain.toml ./

Expand Down
1 change: 1 addition & 0 deletions docker/test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ COPY primitives ./primitives
COPY test-utils ./test-utils
COPY client ./client
COPY stability-rpc ./stability-rpc
COPY vendor ./vendor
COPY Cargo.lock Cargo.toml rust-toolchain.toml ./

RUN cargo build --release --tests
Expand Down

0 comments on commit 3a52826

Please sign in to comment.