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