feat: add basic mkdocs site
This commit is contained in:
3
templates/Dockerfile
Normal file
3
templates/Dockerfile
Normal file
@@ -0,0 +1,3 @@
|
||||
FROM squidfunk/mkdocs-material:9.5
|
||||
|
||||
#RUN pip install
|
10
templates/docker-compose.yml
Normal file
10
templates/docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
mkdocs:
|
||||
build:
|
||||
context: ../
|
||||
dockerfile: ./templates/Dockerfile
|
||||
ports:
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
- ${PWD}:/docs
|
||||
command: serve -a 0.0.0.0:8000
|
Reference in New Issue
Block a user