diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 5ef5e41..3b1f0b3 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -65,7 +65,7 @@ echo "Building Docker images..." docker compose build --build-arg NEXT_PUBLIC_API_URL="${API_URL}/api" --build-arg VITE_API_URL="${API_URL}" echo "Starting containers..." -docker compose up -d --remove-orphans +docker compose up -d --force-recreate --remove-orphans echo "Waiting for backend to start..." sleep 15