Bundle Prisma CLI in runtime image
All checks were successful
Template Compliance / compliance (push) Successful in 5s
Release Dry Run / release-dry-run (push) Successful in 3m50s
Build / build (push) Successful in 4m8s

This commit is contained in:
MrSphay
2026-05-15 17:05:14 +02:00
parent 8f13745c26
commit 819dec40da
4 changed files with 7 additions and 3 deletions

View File

@@ -94,7 +94,7 @@ services:
PORT: 3000
ports:
- "${HOST_PORT:-3000}:3000"
command: sh -c "npx prisma migrate deploy && node server.js"
command: sh -c "./node_modules/.bin/prisma migrate deploy && node server.js"
volumes:
postgres-data: