diff --git a/Dockerfile b/Dockerfile index 345ebcf..f44dd1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM squidfunk/mkdocs-material RUN pip install mkdocs-git-revision-date-plugin -COPY docs/ /docs -COPY mkdocs.yml /docs \ No newline at end of file +COPY docs/ . +COPY mkdocs.yml . \ No newline at end of file