This commit is contained in:
Rich
2021-07-11 11:49:44 +01:00
parent ed7fa3a175
commit 80bc57d536
7 changed files with 98 additions and 10 deletions

3
run.sh Executable file
View File

@@ -0,0 +1,3 @@
#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