aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 394380e..8cdcc4a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -29,7 +29,7 @@ ENV COMMIT_USER="clarkzjw"
29ENV COMMIT_EMAIL="[email protected]" 29ENV COMMIT_EMAIL="[email protected]"
30ENV GIT_TOKEN="" 30ENV 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
34COPY --from=builder /app/_build/html /html 34COPY --from=builder /app/_build/html /html
35 35
Powered by cgit v1.2.3 (git 2.41.0)