GlobalBusinessAdvisors commited on
Commit
2074413
1 Parent(s): 7581580

Delete start.sh

Browse files
Files changed (1) hide show
  1. start.sh +0 -6
start.sh DELETED
@@ -1,6 +0,0 @@
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 7860