change the port number in the run.sh file by yatmesh
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Use this to run the microservice without any docker setup.
|
# Use this to run the microservice without any docker setup.
|
||||||
source .venv/bin/activate
|
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
|
deactivate
|
||||||
|
|
||||||
# All done:
|
# All done:
|
||||||
|
|||||||
Reference in New Issue
Block a user