thewellermangroup commited on
Commit
96fbf56
·
1 Parent(s): e448c9d

Delete start.sh

Browse files
Files changed (1) hide show
  1. start.sh +0 -7
start.sh DELETED
@@ -1,7 +0,0 @@
1
- #!/bin/bash
2
-
3
- # Run Python script to create the large text file
4
- python /FUNCTIONS/functions.py
5
-
6
- # Start the Flask app with Gunicorn
7
- gunicorn -b 0.0.0.0:7860 app:app --timeout 950