Update Dockerfile

This commit is contained in:
gugulethu 2025-06-20 18:24:34 +02:00
commit 162ae2c783

View file

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