aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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)