From 60fb44392ec6841a40e56e1ee99f1e2627968f4b Mon Sep 17 00:00:00 2001 From: francesco Date: Thu, 22 Apr 2021 22:33:15 +0200 Subject: [PATCH] Remove Workdir from Dockerfile --- Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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