From 981901f49131b60971714f4795a828541585e1e7 Mon Sep 17 00:00:00 2001 From: OwusuBlessing Date: Wed, 11 Jun 2025 22:07:25 +0100 Subject: [PATCH] updated start sh --- start.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/start.sh b/start.sh index 225ce76..831fce5 100755 --- a/start.sh +++ b/start.sh @@ -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 \ No newline at end of file