mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-12 17:26:19 +00:00
5 lines
302 B
Bash
Executable File
5 lines
302 B
Bash
Executable File
#!/bin/bash
|
|
docker pull ghcr.io/geek-cookbook/mkdocs-material-insiders
|
|
docker build --build-arg FROM_SOURCE=ghcr.io/geek-cookbook/mkdocs-material-insiders . -t funkypenguin/mkdocs-material
|
|
docker run --rm --name mkdocs-material -v ${PWD}:/docs funkypenguin/mkdocs-material build -f mkdocs-insiders.yml
|