fix(docker): remove --skip-generate flag (not in Prisma 7), use local prisma bin
This commit is contained in:
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user