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 May 16, 2024
1 parent ff475fd commit 27441da
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 27441da

Please sign in to comment.