Commit 709eaf5d by zhangxingmin

push

parent 8bcd821e
......@@ -2,8 +2,8 @@ FROM node:16-alpine as build-stage
WORKDIR /app
# 1. 复制依赖管理文件
COPY package*.json ./
COPY *.lock ./
COPY package.json ./
COPY package-lock.json ./
# 2. 安装所有依赖(包括开发依赖)
RUN npm install --production=false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment