Skip to content

Commit

Permalink
set dockerfile default profile to release
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes committed Oct 1, 2024
1 parent e7445e8 commit fc33c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN cargo chef prepare --recipe-path recipe.json
FROM chef AS builder
COPY --from=planner /app/recipe.json recipe.json

ARG BUILD_PROFILE=maxperf
ARG BUILD_PROFILE=release
ENV BUILD_PROFILE ${BUILD_PROFILE}
ARG FEATURES=""
ENV FEATURES ${FEATURES}
Expand Down

0 comments on commit fc33c03

Please sign in to comment.