Attemopting to minify deploy files.
Some checks are pending
lint / runner / vale (push) Waiting to run
Lint / MegaLinter (push) Waiting to run

This commit is contained in:
g_it 2026-03-14 23:35:53 +01:00
commit 21f024a6c0
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627
3 changed files with 58 additions and 0 deletions

View file

@ -4,6 +4,7 @@ COPY . .
RUN pip install --no-cache-dir -r ./requirements.txt
RUN zensical build
RUN rm ./deploy/sitemap.xml
RUN python minify.py
FROM caddy:alpine
COPY --from=builder /app/deploy /usr/share/caddy