thewellermangroup's picture
Update start.sh
116f938
raw
history blame
178 Bytes
#!/bin/bash
# Run Python script to create the large text file
python /FUNCTIONS/functions.py
# Start the Flask app with Gunicorn
gunicorn -b 0.0.0.0:7860 app:app --timeout 950