Skip to content

Commit

Permalink
更新Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rangangwei committed Dec 22, 2021
1 parent cbf5a57 commit 85de62f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ WORKDIR /app
# 拷贝包管理文件
COPY package*.json /app

# npm 源
RUN npm config set registry https://mirrors.cloud.tencent.com/npm/
# RUN npm config set registry https://registry.npm.taobao.org/

# npm 安装依赖
RUN npm install

Expand Down

0 comments on commit 85de62f

Please sign in to comment.