4 lines
234 B
Bash
Executable File
4 lines
234 B
Bash
Executable File
#gunicorn --certfile cert.pem --keyfile key.pem -b 0.0.0.0:6464 app:app
|
|
|
|
/home/pi/.local/share/virtualenvs/travelrouter-hOdX7OK_/bin/gunicorn --certfile cert.pem --keyfile key.pem --chdir /home/pi/travelrouter -b 0.0.0.0:6464 app:app
|