| # Redirect port 80 ke 7860 untuk HF Spaces | |
| # Atau jalankan aplikasi langsung di port 7860 | |
| # Jika Presenton support PORT env variable | |
| export PORT=7860 | |
| # Jalankan aplikasi | |
| # Note: Anda mungkin perlu adjust command ini sesuai dengan cara Presenton start | |
| exec /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf |