diff --git a/Dockerfile b/Dockerfile index 7ded75c..5b2fb7a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]