This commit is contained in:
2025-10-18 05:08:53 +00:00
parent efa9d852ac
commit 62c08e7132
2 changed files with 16 additions and 13 deletions

View File

@ -16,6 +16,9 @@ RUN npm install
# 复制项目文件
COPY . .
# 构建项目
RUN npm run build
# 生产阶段 - 使用Node镜像运行Next.js应用
FROM node:20-alpine