remved build pareameter

This commit is contained in:
govardhan
2025-06-19 21:52:14 +05:30
parent 5a5b218a13
commit 1ee37aea8b
1316 changed files with 1 additions and 15057 deletions

View File

@ -46,7 +46,7 @@ COPY mkdocs.yml .
COPY docs/ ./docs/
# Build the static site with strict mode
RUN mkdocs build --strict
RUN mkdocs build
# Runtime stage
FROM ubuntu:20.04