thewellermangroup
commited on
Commit
·
992cceb
1
Parent(s):
f102b09
Update start.sh
Browse files
start.sh
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
# Run Python script to create the large text file
|
4 |
-
python functions.py
|
5 |
|
6 |
# Start the Flask app with Gunicorn
|
7 |
gunicorn -b 0.0.0.0:7860 app:app --timeout 950
|
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
# Run Python script to create the large text file
|
4 |
+
# python functions.py
|
5 |
|
6 |
# Start the Flask app with Gunicorn
|
7 |
gunicorn -b 0.0.0.0:7860 app:app --timeout 950
|