update
This commit is contained in:
2
run.sh
2
run.sh
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user