mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-17 19:51:43 +00:00
Update for leanpub preview
This commit is contained in:
4
scripts/serve.sh
Executable file
4
scripts/serve.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
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 funkypenguin/mkdocs-material
|
||||
Reference in New Issue
Block a user