modifies entrypoint back to flask

This commit is contained in:
Raphael Maenle 2020-05-11 23:05:41 +02:00
parent dbb6d170da
commit ae773daad7

View File

@ -1,4 +1,4 @@
#!/bin/sh
cd /home/calendarwatch
uwsgi --http-socket :8084 --wsgi-file server.py
# python3 app.py
# uwsgi --http-socket 0.0.0.0:8084 -w wsgi --protocol=https
python3 app.py