Fix Copy Path
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
francesco 2021-04-23 00:09:10 +02:00
parent 07b7707c24
commit 0614e1ba31

View File

@ -1,4 +1,4 @@
FROM squidfunk/mkdocs-material
RUN pip install mkdocs-git-revision-date-plugin
COPY docs/ /docs
COPY mkdocs.yml /docs
COPY docs/ .
COPY mkdocs.yml .