diff --git a/entrypoint.sh b/entrypoint.sh old mode 100644 new mode 100755 index 51bcb57..2bb260b --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,3 +1,3 @@ #!/usr/bin/env sh -gunicorn app:app --bind "0.0.0.0:80" -w 2 \ No newline at end of file +gunicorn wsgi:application --bind "0.0.0.0:80" -w 2