CamiloVega commited on
Commit
a84ad6d
·
verified ·
1 Parent(s): 9437a1f

Delete start.sh

Browse files
Files changed (1) hide show
  1. start.sh +0 -10
start.sh DELETED
@@ -1,10 +0,0 @@
1
- #!/bin/bash
2
-
3
- # Update pip
4
- python -m pip install --upgrade pip
5
-
6
- # Install dependencies
7
- pip install -r requirements.txt
8
-
9
- # Run the application
10
- python app.py