kelderapi/run_prod.py

6 lines
80 B
Python
Raw Normal View History

2023-01-09 08:56:08 +00:00
#!/usr/bin/env python3
from app import app
app.run(host='0.0.0.0', port=5000)