Update Dockerfile

This commit is contained in:
dum 2026-02-27 11:33:25 +05:30 committed by GitHub
parent cbc907cae4
commit 4b9d65da6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,5 +48,5 @@ RUN npm run build
EXPOSE 3000
# Run migrations and start the server (kept exactly as you requested)
# Run migrations and start the server
CMD ["sh", "-c", "npx prisma migrate deploy && node .output/server/index.mjs"]