GlobalBusinessAdvisors commited on
Commit
0a62d9c
1 Parent(s): d339d85

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +6 -0
start.sh CHANGED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+ # Activate virtual environment
3
+ source venv/bin/activate
4
+
5
+ # Run the application
6
+ uvicorn app.app:app --host 0.0.0.0 --port 8000