ds-play created
This commit is contained in:
5
app/run_gunicorn.py
Normal file
5
app/run_gunicorn.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import os
|
||||
import sys
|
||||
|
||||
if __name__ == "__main__":
|
||||
os.system("gunicorn -w 4 -b 0.0.0.0:1025 app:app")
|
||||
Reference in New Issue
Block a user