Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NPM Mirror Bot committed Feb 11, 2022
1 parent d380966 commit fdfae0d
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 @@ -9,7 +9,7 @@ COPY . ./
COPY docker/config.prod.ts ./src/config/config.prod.ts

# 在国内打开下面一行加速
#RUN npm config set registry https://registry.npm.taobao.org/ && npm config set sass-binary-site http://npm.taobao.org/mirrors/node-sass
#RUN npm config set registry https://registry.npmmirror.com/ && npm config set sass-binary-site http://npm.taobao.org/mirrors/node-sass

RUN npm install && \
npm install typescript -g && \
Expand Down

0 comments on commit fdfae0d

Please sign in to comment.