diff options
| author | Joe Carstairs <me@joeac.net> | 2026-03-24 16:45:51 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-03-24 16:45:51 +0000 |
| commit | f1ec639ffe98f84c37888e531cfd02334bf47a42 (patch) | |
| tree | 14ac7c2bf861bf15ed8d5680b8a67ddd3688e023 /capsule/Dockerfile | |
| parent | ba0f349be9c90402b1e027aca1c4efcb330913d1 (diff) | |
commits symlinks to comitium output
Diffstat (limited to 'capsule/Dockerfile')
| -rw-r--r-- | capsule/Dockerfile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/capsule/Dockerfile b/capsule/Dockerfile index a9295e9..2ad9c61 100644 --- a/capsule/Dockerfile +++ b/capsule/Dockerfile @@ -31,9 +31,7 @@ COPY feeds.txt feeds.txt RUN while read feed; do \ comitium add --data comitium-data/ "$feed"; \ done <feeds.txt \ - && comitium refresh --data comitium-data/ \ - && ln comitium-data/feed.gmi content/feed.gmi \ - && ln comitium-data/subscriptions.gmi content/subscriptions.gmi + && comitium refresh --data comitium-data/ COPY content content CMD agate --content content/ --addr [::]:1965 --addr 0.0.0.0:1965 --lang en-GB |
