#!/usr/bin/env bash source .env # load secrets (mounted at run) streamlit run app.py --server.port ${PORT:-8501}