1
This commit is contained in:
parent
16b1dde7b8
commit
7a9490d260
@ -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 . .
|
||||
|
||||
Loading…
Reference in New Issue
Block a user