forked from toolshed/docs.coopcloud.tech
Bootstrap a new docs for coop cloud
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@ -0,0 +1,11 @@
|
||||
FROM squidfunk/mkdocs-material:5.5.14
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
COPY . /docs
|
||||
|
||||
ENTRYPOINT ["/bin/sh"]
|
||||
|
||||
RUN apk add --no-cache curl
|
||||
|
||||
CMD ["-c", "mkdocs build && python -m http.server --bind 0.0.0.0 --directory site 8000"]
|
Reference in New Issue
Block a user