Skip to content

Commit

Permalink
fix: 更新 npm 源。
Browse files Browse the repository at this point in the history
  • Loading branch information
lanyulei authored Jun 20, 2022
2 parents f78b02f + 6b2b7ed commit d4fafe9
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 @@ -10,7 +10,7 @@ RUN git clone https://gitee.com/yllan/ferry_web.git

WORKDIR ferry_web

RUN npm install -g cnpm --registry=https://registry.npm.taobao.org
RUN npm install -g cnpm --registry=https://registry.npmmirror.com
RUN cnpm install
RUN echo $'# just a flag\n\
ENV = \'production\'\n\n\
Expand Down

0 comments on commit d4fafe9

Please sign in to comment.