Skip to content

Commit

Permalink
chore: try use gitee
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Sep 5, 2023
1 parent c289f51 commit d4513d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.docs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
FROM node:lts as dist
MAINTAINER authors="cipchk <[email protected]>"
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
Expand Down

0 comments on commit d4513d1

Please sign in to comment.