mirror of
https://github.com/makayabou/asg-server.git
synced 2026-05-02 17:43:36 +02:00
Fixed: disable pip cache when building docs
This commit is contained in:
parent
5c3ded84e3
commit
5656cacd88
@ -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 .
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user