Skip to content

Commit 5c3ebfe

Browse files
committed
fix: ci
1 parent dacd4af commit 5c3ebfe

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docker/batcher.Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ FROM lukemathwalker/cargo-chef:latest-rust-1 AS chef
1111

1212
FROM chef AS planner
1313

14+
COPY crates/sdk/Cargo.toml /aligned_layer/crates/sdk/Cargo.toml
15+
COPY crates/sdk/src/lib.rs /aligned_layer/crates/sdk/src/lib.rs
16+
1417
COPY crates/batcher/Cargo.toml /aligned_layer/crates/batcher/Cargo.toml
1518
COPY crates/batcher/src/main.rs /aligned_layer/crates/batcher/src/main.rs
1619
WORKDIR /aligned_layer/crates/batcher/

0 commit comments

Comments
 (0)