remove cacher copy

This commit is contained in:
41666 2022-12-13 00:49:53 -05:00
parent 505e71f65f
commit a9d1daf397

View file

@ -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}