Files
propedal-planner/run_production_server.sh
2024-06-23 21:20:03 +02:00

4 lines
124 B
Bash

export FLASK_ENV=production
export CONFIG=config.ProductionConfig
# equivalent to 'from hello import app'
gunicorn 'app:app'