updated start sh

This commit is contained in:
OwusuBlessing
2025-06-11 22:07:25 +01:00
parent 6d14e65907
commit 981901f491
+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