diff options
| author | Joe Carstairs <me@joeac.net> | 2026-03-19 19:29:53 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-03-19 19:29:53 +0000 |
| commit | e446354c8326f705966e6087975e9dbd54313199 (patch) | |
| tree | 403db4aa8dc0869050fe2df6216a8e7e8624e26a | |
| parent | ec5cb3722fc86d0ce257e563c08b399b710540c7 (diff) | |
| parent | f630d2494d260a260cd6b1a0b550acb0c1490800 (diff) | |
Merge branch 'main' of https://git.joeac.net/joeac/joeac.net
| -rw-r--r-- | capsule/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/capsule/Dockerfile b/capsule/Dockerfile index 6d83031..0256972 100644 --- a/capsule/Dockerfile +++ b/capsule/Dockerfile @@ -14,7 +14,7 @@ RUN wget -O - https://git.sr.ht/~nytpu/comitium/archive/v1.8.2.tar.gz | tar -xz FROM alpine:3.23 AS final RUN mkdir -p /var/app/content WORKDIR /var/app -COPY .certificates/ ./ +COPY .certificates .certificates RUN crontab -l > crontab.tmp \ && echo "0 */6 * * * * /usr/local/bin/comitium refresh --data /var/app/comitium-data && cp /var/app/comitium-data/feed.gmi /var/app/content/feed.gmi" >> crontab.tmp \ && crontab crontab.tmp \ |
