Files
propedal-planner/run_production_server.sh
2024-06-23 22:50:10 +02:00

4 lines
99 B
Bash

export FLASK_ENV=production
export CONFIG=config.ProductionConfig
gunicorn -w 1 -b :8001 'app:app'