This commit is contained in:
parent
f3fff020a1
commit
a74aa9cd42
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@ EXPOSE 8000
|
||||||
COPY . /docs
|
COPY . /docs
|
||||||
ENTRYPOINT ["/bin/sh"]
|
ENTRYPOINT ["/bin/sh"]
|
||||||
RUN apk add --no-cache curl
|
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"]
|
CMD ["-c", "mkdocs build && python -m http.server --bind 0.0.0.0 --directory site 8000"]
|
||||||
|
|
Loading…
Reference in a new issue