chatbox2 / start.sh
thewellermangroup's picture
Create start.sh
862877e
raw
history blame
175 Bytes
#!/bin/bash
# Run Python script to create the large text file
python create_large_file.py
# Start the Flask app with Gunicorn
gunicorn -b 0.0.0.0:7860 app:app --timeout 950