server_live / start.sh
Desya Putri Anandari
update konfigurasi docker dan file pendukung
3452e5e
Raw
History Blame Contribute Delete
157 Bytes
#!/bin/bash
# Jalankan LiveKit Agent di background
python agent.py start &
# Jalankan Flask di foreground (sebagai proses utama Docker)
python flask_app.py