Skip to content

Commit 3c89e5a

Browse files
authored
♻️ cleanup and format the translation file
2 parents 344fc23 + a53ad81 commit 3c89e5a

File tree

3 files changed

+991
-1618
lines changed

3 files changed

+991
-1618
lines changed

docker/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ deploy_infrastructure() {
572572
fi
573573

574574
# Start Supabase services
575-
if ! docker-compose -p nexent -f "docker-compose-supabase${COMPOSE_FILE_SUFFIX}" up -d; then
575+
if ! $docker_compose_command -p nexent -f "docker-compose-supabase${COMPOSE_FILE_SUFFIX}" up -d; then
576576
echo " ❌ ERROR Failed to start supabase services"
577577
ERROR_OCCURRED=1
578578
return 1

0 commit comments

Comments
 (0)