We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca0cb3 commit 9f1b17bCopy full SHA for 9f1b17b
Backend/run-local.sh
@@ -1,4 +1,4 @@
1
pip install -r requirements.txt
2
3
-uvicorn app:app --host "0.0.0.0" --port 80 --forwarded-allow-ips "*" --proxy-headers
+uvicorn app:app --host "0.0.0.0" --port 4242 --forwarded-allow-ips "*" --proxy-headers
4
0 commit comments