aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2018-01-11 21:01:46 +0800
committerclarkzjw <[email protected]>2018-01-11 21:01:46 +0800
commit118ce9b5f01d1a062b4d27740ae428ee43a5ba1d (patch)
tree62119481eb82bb7590b20ebd5a981fb96bff7735 /Dockerfile
parent58e86d7cbdf4bcebd896cc5816d3788614976942 (diff)
downloadblog.jinwei.me-118ce9b5f01d1a062b4d27740ae428ee43a5ba1d.tar.gz
+ fix rss
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 9560268..14769a1 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 && make rss" 17RUN /bin/bash -c "source /app/.venv/bin/activate && make html && make rss && cp rss.xml _build/html"
18 18
19 19
20FROM alpine:latest 20FROM alpine:latest
Powered by cgit v1.2.3 (git 2.41.0)