Update Dockerfile
This commit is contained in:
parent
11f8a96430
commit
162ae2c783
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
||||
# ───────────────────────────────────────────────────────
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue