Files
travelrouter/run.sh
Rich 80bc57d536 .
2021-07-11 11:49:44 +01:00

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