mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 01:36:23 +00:00
3 lines
110 B
Bash
Executable File
3 lines
110 B
Bash
Executable File
#!/bin/bash
|
|
docker run --rm --name mkdocs-material -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material
|