Going for max minify for css, js, and html.
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-15 00:48:10 +01:00
commit 6f93624b4b
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627
3 changed files with 60 additions and 16 deletions

View file

@ -1,6 +1,7 @@
FROM python:3.13-slim AS builder
WORKDIR /app
COPY . .
RUN apt-get update && apt-get install -y nodejs npm && npm install -g terser clean-css-cli
RUN pip install --no-cache-dir -r ./requirements.txt
RUN zensical build
RUN rm ./deploy/sitemap.xml