Make it more complete

This commit is contained in:
2026-06-14 21:25:53 -05:00
parent 9524778bc1
commit 4f10b98ab0
9 changed files with 192 additions and 17 deletions

View File

@@ -3,6 +3,7 @@ FROM squidfunk/mkdocs-material:9 AS www-build
COPY ./ /src
WORKDIR /src
RUN pip install mkdocs-nav-weight
RUN mkdocs build
FROM git.tesses.org/tesses50/basic-webserver:latest