deployment patch maybe?
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 1m9s

This commit is contained in:
unurled 2025-02-15 12:03:09 +01:00
parent 98865e2758
commit b22cbe79c3
Signed by: unurled
GPG key ID: EFC5F5E709B47DDD

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 && bun run start:prod
CMD bun prisma migrate deploy && node dist/src/app