Skip to content

Commit

Permalink
Merge pull request xfgryujk#59 from npmmirror/master
Browse files Browse the repository at this point in the history
  • Loading branch information
xfgryujk authored Feb 11, 2022
2 parents 776b354 + 781de48 commit c05c708
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 @@ -21,7 +21,7 @@ RUN pip3 install --no-cache-dir -i https://pypi.tuna.tsinghua.edu.cn/simple -r r
# 前端依赖
WORKDIR ./frontend
COPY frontend/package.json ./
RUN npm i --registry=https://registry.npm.taobao.org
RUN npm i --registry=https://registry.npmmirror.com

# 编译前端
COPY . ../
Expand Down

0 comments on commit c05c708

Please sign in to comment.