From 0614e1ba316bdbe0f7d83b2b084b290d2ca9f69b Mon Sep 17 00:00:00 2001 From: francesco Date: Fri, 23 Apr 2021 00:09:10 +0200 Subject: [PATCH] Fix Copy Path --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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