ai-code-analyzer / Procfile
arun3676
Fix Render deployment issues: update configs, add health check, fix environment handling
1b4857b
raw
history blame
120 Bytes
web: streamlit run app.py --server.port=$PORT --server.address=0.0.0.0 --server.headless=true --server.enableCORS=false