Skip to content

Commit

Permalink
删除package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
xfgryujk committed Nov 28, 2020
1 parent 4059a06 commit f50652a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN pip3 install --no-cache-dir -i https://pypi.tuna.tsinghua.edu.cn/simple -r r

# 前端依赖
WORKDIR ./frontend
COPY frontend/package.json frontend/package-lock.json ./
COPY frontend/package.json ./
RUN npm i --registry=https://registry.npm.taobao.org

# 编译前端
Expand Down

0 comments on commit f50652a

Please sign in to comment.