Going for max minify for css, js, and html.
This commit is contained in:
parent
9695449e79
commit
6f93624b4b
3 changed files with 60 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue