Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
xfgryujk committed Feb 14, 2022
2 parents ccf9cee + c05c708 commit 3b556fc
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 3b556fc

Please sign in to comment.