diff options
Diffstat (limited to 'capsule/Dockerfile')
| -rw-r--r-- | capsule/Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/capsule/Dockerfile b/capsule/Dockerfile index 8d6a02b..0a5a0f6 100644 --- a/capsule/Dockerfile +++ b/capsule/Dockerfile @@ -35,6 +35,8 @@ RUN while read feed; do \ comitium add --data comitium-data/ "$feed"; \ done <feeds.txt \ && comitium refresh --data comitium-data/ +COPY build_loglog.sh build_loglog.sh COPY content content +RUN /bin/bash ./build_loglog.sh CMD agate --content content/ --addr [::]:1965 --addr 0.0.0.0:1965 --lang en-GB |
