Files
notes/ci/mkdocs/Dockerfile
John Gatward c86b40baf6
All checks were successful
Build and Deploy MkDocs / deploy (push) Successful in 10s
Add api design chapter 1
2026-03-04 12:16: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