Skip to content

Commit 9f1b17b

Browse files
committed
Update run-local.sh
1 parent 8ca0cb3 commit 9f1b17b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Backend/run-local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pip install -r requirements.txt
22

3-
uvicorn app:app --host "0.0.0.0" --port 80 --forwarded-allow-ips "*" --proxy-headers
3+
uvicorn app:app --host "0.0.0.0" --port 4242 --forwarded-allow-ips "*" --proxy-headers
44

0 commit comments

Comments
 (0)