feat: add various Docker services and configurations for Minecraft, Plex, Sabnzbd, and more
This commit is contained in:
12
config/nixos/packages/server/mennovanleeuwen.nl/Makefile
Normal file
12
config/nixos/packages/server/mennovanleeuwen.nl/Makefile
Normal file
@ -0,0 +1,12 @@
|
||||
build:
|
||||
cd ../; docker compose down;
|
||||
|
||||
rm -rf dist/
|
||||
mkdir dist
|
||||
|
||||
pandoc index.md --template=template.html --metadata title="Resume - Menno Cornelis van Leeuwen" -o dist/index.html
|
||||
pandoc index.md -o dist/index.pdf
|
||||
|
||||
mkdir dist/css/
|
||||
cp css/stylesheet.css dist/css/stylesheet.css
|
||||
cd ../; docker compose up -d;
|
Reference in New Issue
Block a user