use root index, fix docker deploy

This commit is contained in:
2022-01-21 14:38:09 +01:00
parent 04188b3bfa
commit 59dbf66fdf
5 changed files with 3 additions and 5 deletions

View File

@ -6,10 +6,6 @@ COPY . /docs
WORKDIR /docs
ENTRYPOINT ["/bin/sh"]
RUN apk add --no-cache curl
RUN pip install mkdocs-awesome-pages-plugin mkdocs-material-extensions
CMD ["mkdocs", "serve"]