inline that
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2022-01-21 10:55:01 +01:00
parent fcf2d0a9e4
commit 44a923afec
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 3 deletions

View File

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