Initialer Upload mit ersten Versuchen für PDF und Grafiken
This commit is contained in:
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
mkdocs:
|
||||
build: .
|
||||
#image: squidfunk/mkdocs-material:latest
|
||||
volumes:
|
||||
- ./mkdocs:/docs
|
||||
ports:
|
||||
- {CONTAINER_PORT}:8000
|
||||
env_file:
|
||||
- .env
|
||||
Reference in New Issue
Block a user