#!/bin/bash export FLASK_APP=main.py flask run --port 8388 --host=0.0.0.0