diff --git a/entrypoint.sh b/entrypoint.sh index 070a842b3eee90f97868a5d6798543de164ba4b6..9bf0e0bddeaa39e826600579bf7cce515f6f66f4 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -24,4 +24,4 @@ python manage.py collectstatic --no-input python manage.py migrate LOG_LEVEL=${LOG_LEVEL:-INFO} -gunicorn --log-level=${LOG_LEVEL} ${WSGI_MODULE} $* +gunicorn --bind 0.0.0.0:8000 --log-level=${LOG_LEVEL} ${WSGI_MODULE} $*