diff --git a/Dockerfile b/Dockerfile index 6aa5feb..f2bbefb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,4 +20,4 @@ COPY --from=squidfunk/mkdocs-material:5.5.12 /usr/local/lib/python3.8/site-packa # This makes the 'mkdocs' command work as a 'docker run' argument COPY bin/docker-mkdocs /usr/local/bin/mkdocs -RUN chmod +x /usr/local/bin/mkdocs +RUN chmod +x /usr/local/bin/mkdocs \ No newline at end of file