aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 8befb27..d11e626 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,8 +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 && cp rss.xml _build/html" 17RUN /bin/bash -c "source /app/.venv/bin/activate && make html"
18
19 18
20FROM alpine:latest 19FROM alpine:latest
21 20
Powered by cgit v1.2.3 (git 2.41.0)