fix(docker): migrate service uses builder target (has node_modules)

This commit is contained in:
2026-06-13 11:38:08 +02:00
parent be868b70c8
commit f83a74cb53
+3 -1
View File
@@ -39,7 +39,9 @@ services:
VAPID_SUBJECT: ${VAPID_SUBJECT:-}
migrate:
build: .
build:
context: .
target: builder
command: node_modules/.bin/prisma db push
depends_on:
db: