Add docker file
Some checks failed
Build Notes Site / build (push) Failing after 7s

This commit is contained in:
Jay
2026-03-03 10:35:06 +00:00
parent 206688ab77
commit 4d56663b96
3 changed files with 19 additions and 17 deletions

7
ci/mkdocs/Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM python:3.13-slim
WORKDIR /work
COPY requirements.txt /tmp/requirements.txt
RUN pip install --no-cache-dir -r /tmp/requirements.txt