#!/bin/bash
# FLASK_ENV=development flask run --port=5000 --debug
flask run --host=0.0.0.0 --port=5000