We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0cd86c commit 1066c87Copy full SHA for 1066c87
Dockerfile
@@ -37,7 +37,7 @@ FROM planner AS builder
37
38
COPY --from=planner /usr/purple-sector/recipe.json recipe.json
39
# Build dependencies - this is the caching Docker layer!
40
-RUN cargo chef cook --recipe-path recipe.json
+RUN cargo chef cook --release --recipe-path recipe.json
41
42
RUN rm -rf src bin/* crates/*
43
0 commit comments