From e6839da56601e2668f9d5cf9b26016ca5e0a0ead Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E6=97=AD?= <> Date: Wed, 24 Jun 2026 16:38:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20Docker=20=E6=9E=84=E5=BB=BA=E5=89=8D=20p?= =?UTF-8?q?risma=20db=20push=20=E5=88=9B=E5=BB=BA=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 4eabd37..428ada8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,7 @@ RUN npm install -g pnpm@9 COPY --from=deps /app/node_modules ./node_modules COPY . . ENV NEXT_TELEMETRY_DISABLED=1 +RUN pnpm exec prisma db push --skip-generate RUN pnpm build # ── 运行层 ──