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