Skip to content

Commit

Permalink
Merge pull request #14 from npmmirror/master
Browse files Browse the repository at this point in the history
  • Loading branch information
tgxhx authored Mar 7, 2022
2 parents 4b90ecc + 59d8347 commit 5ea277b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
unsafe-perm = true
registry = https://registry.npm.taobao.org
registry = https://registry.npmmirror.com
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY server /app/server
COPY views /app/views
COPY ecosystem.config.json /app

RUN npm config set registry https://registry.npm.taobao.org
RUN npm config set registry https://registry.npmmirror.com

RUN npm install pm2 -g

Expand Down

0 comments on commit 5ea277b

Please sign in to comment.