Upgrade docs config

This commit is contained in:
2021-02-18 10:45:36 +01:00
parent 62bca57eb5
commit f3505af4a0
3 changed files with 16 additions and 10 deletions

View File

@ -8,4 +8,6 @@ ENTRYPOINT ["/bin/sh"]
RUN apk add --no-cache curl
RUN pip install mkdocs-awesome-pages-plugin
CMD ["-c", "mkdocs build && python -m http.server --bind 0.0.0.0 --directory site 8000"]