news_aggregator / start.sh
ksvmuralidhar's picture
Upload files
078c1e1 verified
raw history blame
No virus
111 Bytes
#!/bin/bash
redis-server --daemonize yes
gunicorn -b 0.0.0.0:7860 --timeout 120 --workers 5 --threads 5 app:app