updated start sh #4

Merged
owusu merged 1 commits from dev into main 2025-06-11 21:09:48 +00:00
+3
View File
@@ -3,5 +3,8 @@
# Create logs directory if it doesn't exist
mkdir -p logs
# Activate virtual environment
source venv/bin/activate
# Start Gunicorn with the configuration
gunicorn -c gunicorn_config.py app:app