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 997b595..169ab1b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -35,7 +35,7 @@ RUN git clone https://clarkzjw:[email protected]/clarkzjw/blog.jinwei.me.git
35 35
36COPY --from=builder /app/_build/html /html 36COPY --from=builder /app/_build/html /html
37 37
38RUN git add -A && git commit -m "`date`" && git push origin gh-pages 38RUN echo "`date`" >> /html/.lastmodify && git add -A && git commit -m "`date`" && git push origin gh-pages
39 39
40 40
41FROM nginx:alpine 41FROM nginx:alpine
Powered by cgit v1.2.3 (git 2.41.0)