mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-12 17:26:19 +00:00
Fix serve.sh (#292)
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#!/bin/bash
|
||||
#docker pull squidfunk/mkdocs-material:latest
|
||||
#docker build . -t funkypenguin/mkdocs-material
|
||||
docker pull squidfunk/mkdocs-material:latest
|
||||
docker build . -t funkypenguin/mkdocs-material
|
||||
docker run --rm --name mkdocs-material -it -p 8123:8000 -v ${PWD}:/docs -e PROD_BUILD=false funkypenguin/mkdocs-material serve \
|
||||
--dev-addr 0.0.0.0:8000 \
|
||||
--dirtyreload \
|
||||
--config-file mkdocs-insiders.yml
|
||||
--dirtyreload
|
||||
|
||||
Reference in New Issue
Block a user