i dont know what i am doing
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 1m15s

This commit is contained in:
unurled 2025-02-15 12:08:24 +01:00
parent b22cbe79c3
commit 9562b9b3b1
Signed by: unurled
GPG key ID: EFC5F5E709B47DDD
3 changed files with 7 additions and 15 deletions

View file

@ -33,4 +33,4 @@ COPY --from=builder /app/node_modules/.prisma/client ./node_modules/.prisma/clie
EXPOSE 4000
CMD bun prisma migrate deploy && node dist/src/app
CMD bun prisma migrate deploy && bun run dist/src/app