#!/bin/bash source venv/bin/activate export FLASK_APP=app.py export FLASK_ENV=production flask run --host=127.0.0.1 --port=5050