Skip to content

Commit f2dfdf6

Browse files
committed
copy mina folder in batcher docker
1 parent a54c2de commit f2dfdf6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/batcher.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ RUN cargo chef prepare --recipe-path /aligned_layer/crates/cli/recipe.json
2323

2424
FROM chef AS chef_builder
2525
COPY crates/sdk/ /aligned_layer/crates/sdk/
26+
COPY operator/mina/lib/ /aligned_layer/operator/mina/lib/
27+
COPY operator/mina_account/lib/ /aligned_layer/operator/mina_account/lib/
2628

2729
COPY --from=planner /aligned_layer/crates/batcher/recipe.json /aligned_layer/crates/batcher/recipe.json
2830
WORKDIR /aligned_layer/crates/batcher

0 commit comments

Comments
 (0)