diff --git a/Dockerfile b/Dockerfile index 92180c3..ac2eb8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN pip install --no-cache-dir -r requirements.txt # copy our doc sources & build COPY . . # note: if you need a custom config or extra flags, adjust here -RUN mkdocs build --clean --site-dir /app/site +RUN mkdocs build # ───────────────────────────────────────────────────────