Spaces:
Running
Running
File size: 111 Bytes
078c1e1 |
1 2 3 |
#!/bin/bash
redis-server --daemonize yes
gunicorn -b 0.0.0.0:7860 --timeout 120 --workers 5 --threads 5 app:app |