Create runproguni.sh

This commit is contained in:
rubenwardy 2018-05-23 21:02:37 +01:00
parent 6e2f2e3d04
commit 59f75bb71c
No known key found for this signature in database
GPG Key ID: A1E29D52FF81513C
1 changed files with 3 additions and 0 deletions

3
runprodguni.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
gunicorn -w 4 -b 127.0.0.1:5123 -e FLASK_APP=app/__init__.py -e FLASK_CONFIG=../config.prod.cfg -e FLASK_DEBUG=0 app:app