From 8d78aa92bde033edd06417502e54db6e5cb74dba Mon Sep 17 00:00:00 2001 From: A'zamov Samandar Date: Wed, 5 Nov 2025 18:09:42 +0500 Subject: [PATCH] updated --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $?