dms #1

Merged
jay merged 56 commits from dms into main 2026-03-24 20:14:09 +00:00
Showing only changes of commit e9d34ec449 - Show all commits

View File

@@ -1,4 +1,4 @@
FROM python:3.11-slim
FROM python:3.13-slim
WORKDIR /build
@@ -7,5 +7,3 @@ RUN pip install --no-cache-dir mkdocs mkdocs-material mkdocs-minify-plugin
COPY . .
RUN mkdocs build
CMD ["cp", "-r", "site", "/output"]