diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index cdb5c35507f955f8bc727f4997c161b167d99016..51c56c92cab9f404eacb74f581db5c159c739c3a 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