first commit
This commit is contained in:
commit
a5a0434432
1126 changed files with 439481 additions and 0 deletions
7
docs/site/dev/Dockerfile
Normal file
7
docs/site/dev/Dockerfile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
FROM python:alpine3.7
|
||||
|
||||
RUN pip install mkdocs mkdocs-material
|
||||
|
||||
WORKDIR /docs
|
||||
|
||||
CMD ["mkdocs", "serve", "--livereload", "-a", "0.0.0.0:8000"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue