no message

This commit is contained in:
aaron 2025-04-16 22:33:56 +08:00
parent 2309a8d3eb
commit 50f7272230

View File

@ -15,7 +15,7 @@ RUN npm config set registry http://mirrors.cloud.tencent.com/npm/
COPY package*.json ./
# 安装依赖
RUN npm install --production=false
RUN npm install
# 复制项目文件
COPY . .