1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2026-06-19 04:00:13 +00:00

Add Prowlarr. Grrowwwlllll!

This commit is contained in:
David Young
2021-10-27 19:19:22 +13:00
committed by GitHub
parent ffa4314919
commit 7388b7b504
20 changed files with 125 additions and 18 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
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