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