update
This commit is contained in:
4
run.sh
4
run.sh
@@ -3,7 +3,9 @@
|
|||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
echo "Starting services with Docker Compose..."
|
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 "Backend: http://localhost:8000/health"
|
||||||
echo "Frontend: http://localhost:8501"
|
echo "Frontend: http://localhost:8501"
|
||||||
Reference in New Issue
Block a user