From 62259de0a506859293e564cc72eca99352d24b6b Mon Sep 17 00:00:00 2001 From: zch1234qq Date: Sat, 18 Oct 2025 01:53:33 +0000 Subject: [PATCH] qwe --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index b3c59d3..9776002 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,9 +16,6 @@ RUN npm install # 复制项目文件 COPY . . -# 构建应用 -RUN npm run build - # 生产阶段 - 使用Node镜像运行Next.js应用 FROM node:20-alpine