From a9d1daf397b0c1617c4a0ef98e8b4d05621fca64 Mon Sep 17 00:00:00 2001 From: Katalina Okano Date: Tue, 13 Dec 2022 00:49:53 -0500 Subject: [PATCH] remove cacher copy --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c10fc4e..e4b373e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,6 @@ RUN cargo chef prepare --recipe-path recipe.json --bin services/${SERVICE} # Step 2: Cache project dependencies FROM rust-base as cacher ARG SERVICE -COPY . . COPY --from=planner /app/recipe.json recipe.json RUN cargo chef cook --release --recipe-path recipe.json --bin ${SERVICE}