fix: 更新 npm 源。

update https://registry.npm.taobao.org to https://registry.npmmirror.com
This commit is contained in:
lanyulei 2022-06-20 20:13:22 +08:00 committed by GitHub
commit d4fafe9d64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ RUN git clone https://gitee.com/yllan/ferry_web.git
WORKDIR ferry_web 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 cnpm install
RUN echo $'# just a flag\n\ RUN echo $'# just a flag\n\
ENV = \'production\'\n\n\ ENV = \'production\'\n\n\