automated terminal push

This commit is contained in:
Software Shinobi
2025-03-14 16:46:19 -04:00
parent ba3ab51de8
commit 749454d815
42 changed files with 6247 additions and 0 deletions

15
docs/Dockerfile Normal file
View File

@@ -0,0 +1,15 @@
FROM titom73/mkdocs AS MKDOCS_BUILD
RUN pip install markupsafe==2.0.1
RUN pip install mkdocs-blog-plugin
WORKDIR /docs
COPY . .
RUN mkdocs build
FROM mengzyou/bbhttpd:1.35
COPY --from=MKDOCS_BUILD --chown=www:www /docs/site /home/www/html