calendarwatch_frontend/docker/calendarwatch/docker-entrypoint.sh
Raphael Maenle dbb6d170da adds structure for virtual environment uwsgi and http communication
- starts uwsgi and flask in virtual environment instead of docker
- sets oauth2 https error to false (OAUTHLIB_INSECURE_TRANSPORT=1)

- this setup works, but
  - moving it into docker
  -  removing the venv
  -  and allowing https connection internally?
would be better
2020-05-10 20:31:42 +02:00

5 lines
99 B
Bash
Executable File

#!/bin/sh
cd /home/calendarwatch
uwsgi --http-socket :8084 --wsgi-file server.py
# python3 app.py