optmise docker container
All checks were successful
Build and Deploy MkDocs / deploy (push) Successful in 15s

This commit is contained in:
John Gatward
2026-03-04 11:53:25 +00:00
parent df6314ca3d
commit 455eb65d46

View File

@@ -1,9 +1,9 @@
FROM python:3.13-slim FROM ghcr.io/squidfunk/mkdocs-material:latest
WORKDIR /build WORKDIR /build
RUN pip install --no-cache-dir mkdocs mkdocs-material mkdocs-minify-plugin
COPY . . COPY . .
RUN pip install --no-cache-dir mkdocs-minify-plugin
RUN mkdocs build RUN mkdocs build