aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2018-01-11 20:54:06 +0800
committerclarkzjw <[email protected]>2018-01-11 20:54:06 +0800
commit866436c73338c2d0caa0cb35dff4949048943fee (patch)
tree7c8a37f83f755c7badd982d1bb2f950c40556393 /Dockerfile
parent78760ab08d1d2ca51004934ac8ff690be38fd7ce (diff)
downloadblog.jinwei.me-866436c73338c2d0caa0cb35dff4949048943fee.tar.gz
+ add rss
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index be6aae8..9560268 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,7 +14,7 @@ ADD . /app
14 14
15WORKDIR /app 15WORKDIR /app
16 16
17RUN /bin/bash -c "source /app/.venv/bin/activate && make html" 17RUN /bin/bash -c "source /app/.venv/bin/activate && make html && make rss"
18 18
19 19
20FROM alpine:latest 20FROM alpine:latest
Powered by cgit v1.2.3 (git 2.41.0)