删除package-lock.json

This commit is contained in:
John Smith
2020-11-28 23:50:18 +08:00
parent 4059a06cc8
commit f50652af83

View File

@@ -20,7 +20,7 @@ RUN pip3 install --no-cache-dir -i https://pypi.tuna.tsinghua.edu.cn/simple -r r
# 前端依赖 # 前端依赖
WORKDIR ./frontend WORKDIR ./frontend
COPY frontend/package.json frontend/package-lock.json ./ COPY frontend/package.json ./
RUN npm i --registry=https://registry.npm.taobao.org RUN npm i --registry=https://registry.npm.taobao.org
# 编译前端 # 编译前端