remove gunicorn from entrypoint

This commit is contained in:
Patrick Jentsch 2020-04-27 10:20:47 +02:00
parent 3a05a4d2f4
commit ab4a7807cf

View File

@ -5,8 +5,6 @@ wait-for-it db:5432 --strict --timeout=0
echo "Waiting for redis..."
wait-for-it redis:6379 --strict --timeout=0
GUNICORN_WORKERS="${GUNICORN_WORKERS:-1}"
source venv/bin/activate
if [ $# -eq 0 ]; then
flask deploy