@@ -0,0 +1,2 @@
+nohup gunicorn -b 0.0.0.0:8000 main:app -w 4 -k uvicorn.workers.UvicornWorker >> web.log 2>&1 &
+