Использование свежей версии документации

This commit is contained in:
Victor Chapaev 2025-03-30 00:37:48 +03:00
parent 2f4c5cb048
commit 531e3ded9e
Signed by: victor
GPG Key ID: 05ACE065D1EC5CA4

View File

@ -1,6 +1,6 @@
FROM mydocker.ru/alpine-dev AS builder FROM mydocker.ru/alpine-dev AS builder
RUN apk add --no-cache doxygen python3 py3-pip plantuml && \ RUN apk add --no-cache doxygen python3 py3-pip plantuml && \
git clone -b v3.11.3 https://gitfox.ru/lib/json.git && \ git clone https://gitfox.ru/lib/json.git && \
cd json && \ cd json && \
cd /src/json/docs/mkdocs && \ cd /src/json/docs/mkdocs && \
make install_venv build make install_venv build