patch dockerfile
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 58s

This commit is contained in:
unurled 2025-02-14 17:57:32 +01:00
parent 03d1117075
commit 226b979d63
Signed by: unurled
GPG key ID: EFC5F5E709B47DDD

View file

@ -18,7 +18,8 @@ RUN bun install --ignore-scripts --production --frozen-lockfile
FROM base AS builder
COPY prisma ./prisma/
RUN bunx prisma generate
RUN bun install --ignore-scripts --frozen-lockfile && bunx prisma generate
COPY . .