4 lines
99 B
Bash
4 lines
99 B
Bash
export FLASK_ENV=production
|
|
export CONFIG=config.ProductionConfig
|
|
gunicorn -w 1 -b :8001 'app:app'
|