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