Abhinav Deshpande commited on
Commit
fbc9559
·
unverified ·
1 Parent(s): 9a26353

Add sh file

Browse files
Files changed (1) hide show
  1. start.sh +3 -0
start.sh ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ #!/bin/bash
2
+ # Run FastAPI app with uvicorn
3
+ uvicorn app:app --host 0.0.0.0 --port 80 --reload