Files
ds-fire-fighter/start.sh
T
2025-06-11 17:40:17 +01:00

7 lines
151 B
Bash
Executable File

#!/bin/bash
# Create logs directory if it doesn't exist
mkdir -p logs
# Start Gunicorn with the configuration
gunicorn -c gunicorn_config.py app:app