diff --git a/entrypoint.sh b/entrypoint.sh index 22a594c..96e68d1 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,5 +1,5 @@ #!/bin/bash -gunicorn config.wsgi:application -k gevent +gunicorn config.wsgi:application -k gevent -b 0.0.0.0:8000 exit $?