diff --git a/Dockerfile.docs b/Dockerfile.docs index 7e6d93134..e08518aca 100644 --- a/Dockerfile.docs +++ b/Dockerfile.docs @@ -11,7 +11,8 @@ FROM node:lts as dist MAINTAINER authors="cipchk " WORKDIR /dist -RUN git clone --depth 1 --branch gh-pages https://github.com/ng-alain/delon.git . +# RUN git clone --depth 1 --branch gh-pages https://github.com/ng-alain/delon.git . +RUN git clone --depth 1 --branch gh-pages https://gitee.com/ng-alain/delon.git . # && sed -i'.bak' -e 's/\/delon\//\//g' index.html \ # && sed -i'.bak' -e 's/\/delon\//\//g' 404.html COPY _nginx _nginx