Compare commits

..

2 Commits

Author SHA1 Message Date
owusu 86ba5416c2 Merge pull request 'updated start sh' (#4) from dev into main
Reviewed-on: #4
2025-06-11 21:09:41 +00:00
OwusuBlessing 981901f491 updated start sh 2025-06-11 22:07:25 +01: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