-mkdocs +properdocs

This commit is contained in:
2026-05-20 18:02:13 +05:00
parent 530ddec4b3
commit 82984e1dc7
3 changed files with 11 additions and 8 deletions
+3 -2
View File
@@ -1,4 +1,4 @@
FROM alpine:3.20 AS builder
FROM alpine:3.16 AS builder
ENV MKDOCS_VERSION=1.1.0 \
DOCS_DIRECTORY='/mkdocs' \
@@ -46,7 +46,8 @@ ADD docs /src/docs/
ADD mkdocs.yml /src/
ENV PATH="/src/env/bin:$PATH"
RUN cd /src && mkdocs build
RUN cd /src && properdocs build
#RUN cd /src && mkdocs build
FROM nginx
# RUN rm /etc/nginx/sites-enabled/default