From 2de5efbec0df941dac82c94d477af163780e995f Mon Sep 17 00:00:00 2001 From: yatmesh Date: Wed, 26 Nov 2025 11:49:31 +0530 Subject: [PATCH] change the port number in the run.sh file by yatmesh --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index e092447..dd0e615 100644 --- a/run.sh +++ b/run.sh @@ -2,7 +2,7 @@ # Use this to run the microservice without any docker setup. source .venv/bin/activate -python3 "$(pwd)/backend/api/main.py" --host "127.0.0.1" --port 5000 --workers 1 --script-id "n/a" --debug +python3 "$(pwd)/backend/api/main.py" --host "0.0.0.0" --port 5050 --workers 1 --script-id "n/a" --debug deactivate # All done: