This commit is contained in:
2026-04-08 00:29:49 +03:00
parent 00885d9e23
commit 690ada36f7

4
run.sh
View File

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