FROM python:3.13-slim WORKDIR /build RUN pip install --no-cache-dir mkdocs mkdocs-material mkdocs-minify-plugin COPY . . RUN mkdocs build