aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2018-01-11 11:24:13 +0800
committerclarkzjw <[email protected]>2018-01-11 11:24:13 +0800
commit3237e400631bcc71fa970557edfde40a658819c5 (patch)
treebc5bb9bb362c6ee15a9582777d2acc21df99323f /Dockerfile
parentc4fec45b2dd10b232f122be9023677870cc46bc7 (diff)
downloadblog.jinwei.me-3237e400631bcc71fa970557edfde40a658819c5.tar.gz
+ fix lastmodify
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 169ab1b..be6aae8 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 echo "`date`" >> /html/.lastmodify && 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)