(20250623) - Testing...

This commit is contained in:
yatmesh
2025-06-23 12:23:42 +05:30
parent dfebd9ce6f
commit 5fe00a71fc
+1 -1
View File
@@ -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)/api/main.py" --host "0.0.0.0" --port 5106 --workers 4 --script-id "kps_cnv_KBC3MoaU" & python3 "$(pwd)/api/main.py" --host "0.0.0.0" --port 5106 --workers 4 --script-id "kps_cnv_KBC3MoaU" --debug &
deactivate deactivate
# All done: # All done: