Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NPM Mirror Bot committed Feb 12, 2022
1 parent 69f09a2 commit 712d0df
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,4 +1,4 @@
sass_binary_site=https://npm.taobao.org/mirrors/node-sass/
phantomjs_cdnurl=https://npm.taobao.org/mirrors/phantomjs/
electron_mirror=https://npm.taobao.org/mirrors/electron/
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 @@ -11,7 +11,7 @@ RUN apk update && \
apk del tzdata
# install node packages
RUN npm set progress=false && npm config set depth 0 && npm config set legacy-peer-deps true
RUN npm i --registry=https://registry.npm.taobao.org
RUN npm i --registry=https://registry.npmmirror.com
# compile
COPY . /app
RUN npm run build
Expand Down

0 comments on commit 712d0df

Please sign in to comment.