#!/bin/bash export FLASK_APP=fastprod/api.py pipenv run flask run --host=0.0.0.0 --port=5000