From 0b2ed2ef11fe809ec68c969a6728efa50097cb74 Mon Sep 17 00:00:00 2001 From: Connor <963408438@qq.com> Date: Mon, 12 Jan 2026 22:38:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Ddocker=E4=BD=BF=E7=94=A8npm?= =?UTF-8?q?=20install?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index df585ed..9ad216c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ WORKDIR /app/web COPY web/package*.json ./ # 安装前端依赖(包括 devDependencies,构建需要) -RUN npm ci +RUN npm install # 复制前端源码 COPY web/ ./