aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2018-01-10 21:55:17 +0800
committerclarkzjw <[email protected]>2018-01-10 21:55:17 +0800
commit398acf0e6e0f142395b433bc96da65fac93b7582 (patch)
tree70a1cc50fa39f8375012bf4f7e96d87aa983a54f /Dockerfile
parent451a28c3bd01609f0fb79a1ed6d74ea86af3121d (diff)
downloadblog.jinwei.me-398acf0e6e0f142395b433bc96da65fac93b7582.tar.gz
+ fix
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)