From bf2b6647ced70543c13e95a2d10784e86ae9dc1e Mon Sep 17 00:00:00 2001 From: Khaled Mahfouz Date: Thu, 10 Jul 2025 12:24:57 +0300 Subject: [PATCH] - version : 1.4 - description : serving the the localhost only . --- serve.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serve.sh b/serve.sh index eac6dfa..f43cd05 100644 --- a/serve.sh +++ b/serve.sh @@ -1 +1 @@ -gunicorn -w 4 -b 0.0.0.0:8000 app:app \ No newline at end of file +gunicorn -w 4 -b 127.0.0.1:8000 app:app