Initial commit

This commit is contained in:
Oliver Hattshire 2025-06-16 22:11:06 -04:00
commit 166a02be65
2 changed files with 55 additions and 0 deletions

4
docker-update.sh Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/bash
docker compose up --force-recreate --build -d --pull always
docker image prune -f