Merge pull request 'updated start sh' (#4) from dev into main

Reviewed-on: #4
This commit was merged in pull request #4.
This commit is contained in:
2025-06-11 21:09:41 +00:00
+3
View File
@@ -3,5 +3,8 @@
# Create logs directory if it doesn't exist # Create logs directory if it doesn't exist
mkdir -p logs mkdir -p logs
# Activate virtual environment
source venv/bin/activate
# Start Gunicorn with the configuration # Start Gunicorn with the configuration
gunicorn -c gunicorn_config.py app:app gunicorn -c gunicorn_config.py app:app