Files
notes/ci/mkdocs/Dockerfile
John Gatward 455eb65d46
All checks were successful
Build and Deploy MkDocs / deploy (push) Successful in 15s
optmise docker container
2026-03-04 11:53:25 +00:00

10 lines
143 B
Docker

FROM ghcr.io/squidfunk/mkdocs-material:latest
WORKDIR /build
COPY . .
RUN pip install --no-cache-dir mkdocs-minify-plugin
RUN mkdocs build