This commit is contained in:
Tim Nebel 2025-03-07 11:48:39 +00:00
commit a7569ba098

View file

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