update pages
continuous-integration/drone/push Build is passing Details

main
Philipp Rothmann 2022-08-02 21:50:47 +02:00
parent f3fff020a1
commit a74aa9cd42
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@ EXPOSE 8000
COPY . /docs
ENTRYPOINT ["/bin/sh"]
RUN apk add --no-cache curl
# RUN pip install mkdocs-awesome-pages-plugin
RUN pip install -r requirements.txt
CMD ["-c", "mkdocs build && python -m http.server --bind 0.0.0.0 --directory site 8000"]