contentdb/rundebug.sh

4 lines
120 B
Bash
Raw Normal View History

2018-03-24 03:36:14 +01:00
#!/bin/bash
FLASK_APP=app/__init__.py FLASK_CONFIG=../config.cfg FLASK_DEBUG=1 python3 -m flask run -h 0.0.0.0 -p 5123