ds-play created

This commit is contained in:
2025-05-11 16:09:49 +03:00
commit 86cefde130
15 changed files with 692 additions and 0 deletions

5
app/run_gunicorn.py Normal file
View 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")