File size: 181 Bytes
732bb40
 
 
 
1
2
3
4
#!/bin/sh
# This script runs the Chainlit app, binding to Render's dynamic PORT (falls back to 8000 locally)

exec chainlit run app.py --host 0.0.0.0 --port ${PORT:-8000} --headless