From 162ae2c783687ed76bfb452e1e3d39e0b136c3b9 Mon Sep 17 00:00:00 2001 From: gugulethu Date: Fri, 20 Jun 2025 18:24:34 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # ───────────────────────────────────────────────────────