Skip to content

Commit

Permalink
chore: fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Sep 5, 2023
1 parent ebdfa5d commit c289f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.docs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
FROM node:lts as dist
MAINTAINER authors="cipchk <[email protected]>"
WORKDIR /dist
RUN git clone --depth 1 --branch gh-pages git@github.com:ng-alain/delon.git .
RUN git clone --depth 1 --branch gh-pages https://github.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 c289f51

Please sign in to comment.