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.
2 parents 344fc23 + a53ad81 commit 3c89e5aCopy full SHA for 3c89e5a
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