File size: 167 Bytes
862877e
 
 
e3c447a
862877e
 
 
1
2
3
4
5
6
7
8
#!/bin/bash

# Run Python script to create the large text file
python functions.py

# Start the Flask app with Gunicorn
gunicorn -b 0.0.0.0:7860 app:app --timeout 950