Skip to content

Commit

Permalink
Merge pull request #112 from npmmirror/master
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarto authored Oct 31, 2024
2 parents 07c23cb + fdfae0d commit cf7831f
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 cf7831f

Please sign in to comment.