From 7cec94023fac15132925a0846111c1f76758a2d1 Mon Sep 17 00:00:00 2001 From: clkj <919284064@qq.com> Date: Tue, 16 Jun 2026 11:21:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8644c2e..57c9c0d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,6 @@ FROM base AS builder COPY --from=deps /app/node_modules ./node_modules COPY . . -ENV NEXT_TELEMETRY_DISABLED=1 RUN npx prisma generate ENV DATABASE_URL="file:./dev.db" RUN npx prisma db push