X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Dockerfile;h=cb835cedd943a88585180e59c832f219482ae57f;hb=87f14312470ca51b936896b41413c96edfe3b18f;hp=4cda6f31316183493b65b33bb6c6dab26f680465;hpb=969ed87fb11ec3259ec435902b4be6aa3e5ffa68;p=github%2Fshaarli%2FShaarli.git diff --git a/Dockerfile b/Dockerfile index 4cda6f31..cb835ced 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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