This commit is contained in:
2026-04-08 01:06:12 +03:00
parent 818e5cf057
commit 1b8c03d6c3

2
run.sh
View File

@@ -4,7 +4,7 @@ set -euo pipefail
echo "Starting services with Docker Compose..." echo "Starting services with Docker Compose..."
docker compose build --no-cache backend docker compose build --no-cache backend frontend
docker compose up -d --force-recreate backend frontend docker compose up -d --force-recreate backend frontend
echo "Backend: http://localhost:8000/health" echo "Backend: http://localhost:8000/health"