File size: 93 Bytes
9c91a52
 
 
 
1
2
3
4
#!/bin/bash
gunicorn -b 0.0.0.0:7860 main:app --timeout 120
python space_checker.py &
wait