mirror of
https://github.com/imgfloat/docs.git
synced 2026-02-05 04:09:27 +00:00
Use material theme
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
FROM python:3.12-slim AS builder
|
||||
|
||||
WORKDIR /docs
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
libcairo2 \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
COPY pyproject.toml ./
|
||||
RUN pip install .
|
||||
COPY mkdocs.yml .
|
||||
|
||||
Reference in New Issue
Block a user