From 118ce9b5f01d1a062b4d27740ae428ee43a5ba1d Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Thu, 11 Jan 2018 21:01:46 +0800 Subject: + fix rss --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9560268..14769a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ ADD . /app WORKDIR /app -RUN /bin/bash -c "source /app/.venv/bin/activate && make html && make rss" +RUN /bin/bash -c "source /app/.venv/bin/activate && make html && make rss && cp rss.xml _build/html" FROM alpine:latest -- cgit v1.2.3