Merge pull request #59 from npmmirror/master

update https://registry.npm.taobao.org to https://registry.npmmirror.com
pull/62/head
John Smith 3 years ago committed by GitHub
commit c05c70863a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 . ../

Loading…
Cancel
Save