]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - Dockerfile
Let MkDocs clean previously generated HTML pages
[github/shaarli/Shaarli.git] / Dockerfile
index 4cda6f31316183493b65b33bb6c6dab26f680465..cb835cedd943a88585180e59c832f219482ae57f 100644 (file)
@@ -5,7 +5,7 @@ FROM python:3-alpine as docs
 ADD . /usr/src/app/shaarli
 RUN cd /usr/src/app/shaarli \
     && pip install --no-cache-dir mkdocs \
-    && mkdocs build
+    && mkdocs build --clean
 
 # Stage 2:
 # - Resolve PHP dependencies with Composer