mkdocs/.drone/Dockerfile
francesco e3af861ce6
All checks were successful
continuous-integration/drone/push Build is passing
add mkdocs.yml add workdir in Dockerfile
2021-04-22 19:47:12 +02:00

5 lines
119 B
Docker

FROM squidfunk/mkdocs-material
RUN pip install mkdocs-git-revision-date-plugin
# Set working directory
WORKDIR ../docs