This commit is contained in:
hailin 2025-05-18 20:56:16 +08:00
parent 5448dc421b
commit a90e9785e5
2 changed files with 2 additions and 2 deletions

View File

@ -12,5 +12,7 @@ done
echo "[chatai-ui] API is reachable via Kong. Starting UI..." echo "[chatai-ui] API is reachable via Kong. Starting UI..."
/bin/bash /supabase/chatai-ui/init.sh
cd /supabase/chatai-ui cd /supabase/chatai-ui
exec npm run start exec npm run start

View File

@ -1,8 +1,6 @@
#!/bin/bash #!/bin/bash
set -euo pipefail set -euo pipefail
/bin/bash /supabase/chatai-ui/init.sh
echo "[gotrue] Waiting for PostgREST on localhost:3000..." echo "[gotrue] Waiting for PostgREST on localhost:3000..."
# 等待 postgrest 启动就绪 # 等待 postgrest 启动就绪