FROM squidfunk/mkdocs-material
RUN pip install mkdocs-git-revision-date-plugin
COPY docs/ /docs/docs
COPY mkdocs.yml .