Skip to content

Commit 8ca0cb3

Browse files
committed
Create run-local.sh
1 parent ace4c6e commit 8ca0cb3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Backend/run-local.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +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
4+

0 commit comments

Comments
 (0)