Files
ds-play/app/run_gunicorn.py
2025-05-11 16:25:56 +03:00

5 lines
103 B
Python
Executable File

import os
import sys
if __name__ == "__main__":
os.system("gunicorn -w 4 -b 0.0.0.0:1025 app:app")