更新 Dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user