updated start sh
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user