fix(docker): remove --skip-generate flag (not in Prisma 7), use local prisma bin

This commit is contained in:
2026-06-13 11:35:13 +02:00
parent 898a317fc7
commit be868b70c8
+1 -2
View File
@@ -40,8 +40,7 @@ services:
migrate:
build: .
command: >
sh -c "npx prisma db push --skip-generate"
command: node_modules/.bin/prisma db push
depends_on:
db:
condition: service_healthy