Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Dockerfile 263 B
FROM squidfunk/mkdocs-material

LABEL maintainer="adrian@ics.muni.cz"

RUN pip install mkdocs-monorepo-plugin Pygments pymdown-extensions mkdocs-git-committers-plugin-2 mkdocs-git-revision-date-localized-plugin

RUN git config --global --add safe.directory /docs