Add rerun

This commit is contained in:
goyban
2026-04-26 12:00:18 +00:00
parent 6c6e23f921
commit 029302b9e9
2 changed files with 12 additions and 1 deletions
Executable
+12
View File
@@ -0,0 +1,12 @@
#!/bin/bash
set -e
cd "$(dirname "$0")"
echo "==> Stopping..."
docker compose down
echo "==> Building and starting..."
docker compose up -d --build
echo "==> Logs (Ctrl+C to exit)..."
docker compose logs -f