3 lines
130 B
Python
3 lines
130 B
Python
from os import execlp
|
|
|
|
execlp('gunicorn', 'gunicorn', '--conf', './wsgi-conf.py', '--bind', '0.0.0.0:1312', 'roc_fnb.website:app') |