!105 npm设置淘宝源

Merge pull request !105 from xiaoFsu/N/A
This commit is contained in:
lxk0301 2021-02-06 10:16:46 +08:00 committed by Gitee
commit 35f78b0e43

View File

@ -16,6 +16,7 @@ RUN git clone ${REPO_URL} /scripts \
&& cd /scripts \
&& git checkout master \
&& mkdir logs \
&& npm config set registry https://registry.npm.taobao.org \
&& npm install
RUN cp /scripts/docker/docker_entrypoint.sh /usr/local/bin \