thewellermangroup commited on
Commit
862877e
·
1 Parent(s): 96abe02

Create start.sh

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