fix(dashboard): dockerfile + other self-hosting issues

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-06-09 17:22:56 +02:00
parent 5445d6309e
commit 1cfd7e7e1b
3 changed files with 20 additions and 17 deletions

View File

@@ -6,6 +6,6 @@ echo "Pulling latest docker images"
docker compose pull
echo "Restarting services"
docker compose restart
docker compose up -d --remove-orphans
echo "Done"