diff options
| author | Joe Carstairs <me@joeac.net> | 2026-03-19 19:24:48 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-03-19 19:24:48 +0000 |
| commit | f630d2494d260a260cd6b1a0b550acb0c1490800 (patch) | |
| tree | 1665f332f1ccf244895f810c0c1467bf37d3cd71 /capsule/Dockerfile | |
| parent | 8200b7b1da89645a93802f70f6168d7867098323 (diff) | |
corrects COPY .certificates instruction in capsule/Dockerfile
Diffstat (limited to 'capsule/Dockerfile')
| -rw-r--r-- | capsule/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/capsule/Dockerfile b/capsule/Dockerfile index 97181f7..cabaf07 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 \ |
