From 7a9490d26015fa0ee7fca5ed2b25a2203cb3f312 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Sat, 1 Mar 2025 23:00:57 +0800 Subject: [PATCH] 1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f4ce706..c48f225 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN npm config set registry http://mirrors.cloud.tencent.com/npm/ COPY package*.json ./ # 安装依赖 -RUN npm install +RUN npm install --production=false # 复制项目文件 COPY . .