kelderapi/run_prod.py

6 lines
80 B
Python

#!/usr/bin/env python3
from app import app
app.run(host='0.0.0.0', port=5000)