5 lines
117 B
Docker
5 lines
117 B
Docker
FROM squidfunk/mkdocs-material
|
|
RUN pip install mkdocs-git-revision-date-plugin
|
|
|
|
# Set working directory
|
|
WORKDIR /docs |