This commit is contained in:
aaron 2025-03-01 23:00:57 +08:00
parent 16b1dde7b8
commit 7a9490d260

View File

@ -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 . .