diff options
| author | Joe Carstairs <me@joeac.net> | 2026-04-10 10:01:45 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-04-10 10:02:36 +0100 |
| commit | 81c01d8fc91a8e55bdd67e667e7b78bece3cf2fa (patch) | |
| tree | d1653938291d70b2e23875c7cbb5bbd156ac6db7 /capsule | |
| parent | 4f3ca6cdfd766192958fa00637e954566b5543f8 (diff) | |
builds loglog in Dockerfile
Diffstat (limited to 'capsule')
| -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 |
