diff --git a/Dockerfile b/Dockerfile index 291bb17..0def68f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,2 @@ FROM squidfunk/mkdocs-material -RUN pip install mkdocs-git-revision-date-plugin - -# Set working directory -WORKDIR /docs \ No newline at end of file +RUN pip install mkdocs-git-revision-date-plugin \ No newline at end of file