File size: 199 Bytes
9f4f013
f66a250
 
3ee7a1f
 
1
2
3
4
5
import os

if __name__ == "__main__":
    # Run the Flask app using Gunicorn in the background with nohup
    os.system("nohup gunicorn -w 4 -b 0.0.0.0:7860 myapp:myapp > gunicorn_output.log 2>&1 &")