6 | FROM chef as planner 7 | COPY Cargo.toml Cargo.lock src ./ 8 | >>> RUN cargo chef prepare --recipe-path recipe.json 9 | 10 | FROM chef as builder -------------------- ERROR: failed to solve: process "/bin/sh -c cargo chef prepare --recipe-path recipe.json" did not complete successfully: exit code: 1 Cleaning up project directory and file based variables ERROR: Job failed: exit code 1
6 | FROM chef as planner 7 | COPY Cargo.toml Cargo.lock src ./ 8 | >>> RUN cargo chef prepare --recipe-path recipe.json 9 | 10 | FROM chef as builder -------------------- ERROR: failed to solve: process "/bin/sh -c cargo chef prepare --recipe-path recipe.json" did not complete successfully: exit code: 1 Cleaning up project directory and file based variables ERROR: Job failed: exit code 1