diff --git a/.drone/Dockerfile b/Dockerfile similarity index 87% rename from .drone/Dockerfile rename to Dockerfile index d2927ba..291bb17 100644 --- a/.drone/Dockerfile +++ b/Dockerfile @@ -2,4 +2,4 @@ FROM squidfunk/mkdocs-material RUN pip install mkdocs-git-revision-date-plugin # Set working directory -WORKDIR ../docs \ No newline at end of file +WORKDIR /docs \ No newline at end of file