From ab4a7807cfb02e41d8429acc41e71e5d4809c9ef Mon Sep 17 00:00:00 2001 From: Patrick Jentsch Date: Mon, 27 Apr 2020 10:20:47 +0200 Subject: [PATCH] remove gunicorn from entrypoint --- docker-entrypoint.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index cdb5c355..51c56c92 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -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