aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 8cdcc4a..ee811b5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -27,7 +27,7 @@ WORKDIR /html
27 27
28ENV COMMIT_USER="clarkzjw" 28ENV COMMIT_USER="clarkzjw"
29ENV COMMIT_EMAIL="[email protected]" 29ENV COMMIT_EMAIL="[email protected]"
30ENV GIT_TOKEN="" 30ARG GIT_TOKEN=""
31 31
32RUN git clone https://clarkzjw:[email protected]/clarkzjw/blog.jinwei.me.git /html && git checkout gh-pages 32RUN git clone https://clarkzjw:[email protected]/clarkzjw/blog.jinwei.me.git /html && git checkout gh-pages
33 33
Powered by cgit v1.2.3 (git 2.41.0)