File size: 126 Bytes
0a40afa
 
 
1
2
3
4
#!/usr/bin/env bash
source .env              # load secrets (mounted at run)
streamlit run app.py --server.port ${PORT:-8501}