roc-fnb-server/roc_fnb/__main__.py

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')