feat(build): add prod target

This commit is contained in:
Tim Nebel 2025-03-07 11:47:31 +00:00
commit 19b812ba0a
2 changed files with 9 additions and 2 deletions

View file

@ -6,7 +6,7 @@ WORKDIR /app
COPY . .
RUN cargo build --release
RUN cargo build --profile release-lto
RUN rm .env