#!/bin/bash set -e export SECRET_KEY="${SECRET_KEY:-changeme-in-production}" exec .venv/bin/gunicorn -c gunicorn.conf.py "app:create_app()"