diff options
author | clarkzjw <[email protected]> | 2018-01-10 21:55:17 +0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2018-01-10 21:55:17 +0800 |
commit | 398acf0e6e0f142395b433bc96da65fac93b7582 (patch) | |
tree | 70a1cc50fa39f8375012bf4f7e96d87aa983a54f /Dockerfile | |
parent | 451a28c3bd01609f0fb79a1ed6d74ea86af3121d (diff) | |
download | blog.jinwei.me-398acf0e6e0f142395b433bc96da65fac93b7582.tar.gz |
+ fix
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ RUN git clone https://clarkzjw:[email protected]/clarkzjw/blog.jinwei.me.git | |||
35 | 35 | ||
36 | COPY --from=builder /app/_build/html /html | 36 | COPY --from=builder /app/_build/html /html |
37 | 37 | ||
38 | RUN git add -A && git commit -m "`date`" && git push origin gh-pages | 38 | RUN echo "`date`" >> /html/.lastmodify && git add -A && git commit -m "`date`" && git push origin gh-pages |
39 | 39 | ||
40 | 40 | ||
41 | FROM nginx:alpine | 41 | FROM nginx:alpine |