Skip to content
Snippets Groups Projects

Added parameter --strict for command 'mkdocs build' in Dockerfile.

Merged Jan Frenzel requested to merge add-parameter-strict-to-mkdocs-build-in-Dockerfile into preview
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -18,4 +18,4 @@ RUN npm install -g markdownlint-cli markdown-link-check
WORKDIR /src/doc.zih.tu-dresden.de
CMD ["mkdocs", "build", "--verbose"]
CMD ["mkdocs", "build", "--verbose", "--strict"]
Loading