Spaces:
Sleeping
Sleeping
Update start.sh
Browse files
start.sh
CHANGED
|
@@ -8,4 +8,7 @@ echo "==> Syncing Bailian models (first boot)..."
|
|
| 8 |
python3 /app/scripts/sync_bailian_models.py || echo "Warning: model sync failed, will retry later via cron"
|
| 9 |
|
| 10 |
echo "==> Starting supervisor..."
|
| 11 |
-
exec /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
python3 /app/scripts/sync_bailian_models.py || echo "Warning: model sync failed, will retry later via cron"
|
| 9 |
|
| 10 |
echo "==> Starting supervisor..."
|
| 11 |
+
exec /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf
|
| 12 |
+
|
| 13 |
+
echo "==> Debugging database schema..."
|
| 14 |
+
python3 /app/scripts/debug_db.py
|