diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -14,8 +14,7 @@ ADD . /app | |||
14 | 14 | ||
15 | WORKDIR /app | 15 | WORKDIR /app |
16 | 16 | ||
17 | RUN /bin/bash -c "source /app/.venv/bin/activate && make html && make rss && cp rss.xml _build/html" | 17 | RUN /bin/bash -c "source /app/.venv/bin/activate && make html" |
18 | |||
19 | 18 | ||
20 | FROM alpine:latest | 19 | FROM alpine:latest |
21 | 20 | ||