4 lines
124 B
Bash
4 lines
124 B
Bash
export FLASK_ENV=production
|
|
export CONFIG=config.ProductionConfig
|
|
# equivalent to 'from hello import app'
|
|
gunicorn 'app:app' |