We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cb1ff4 commit 27909b4Copy full SHA for 27909b4
docker/deploy.sh
@@ -572,7 +572,7 @@ deploy_infrastructure() {
572
fi
573
574
# Start Supabase services
575
- if ! docker-compose -p nexent -f "docker-compose-supabase${COMPOSE_FILE_SUFFIX}" up -d; then
+ if ! $docker_compose_command -p nexent -f "docker-compose-supabase${COMPOSE_FILE_SUFFIX}" up -d; then
576
echo " ❌ ERROR Failed to start supabase services"
577
ERROR_OCCURRED=1
578
return 1
0 commit comments