Fixed: disable pip cache when building docs

This commit is contained in:
Aleksandr Soloshenko 2023-11-15 09:08:59 +07:00
parent 5c3ded84e3
commit 5656cacd88

View File

@ -24,7 +24,7 @@ FROM squidfunk/mkdocs-material AS mkdocs
WORKDIR /docs
RUN pip install mkdocs-render-swagger-plugin
RUN pip install --no-cache-dir mkdocs-render-swagger-plugin
COPY web/mkdocs .