doctorecord / src /docker /entrypoint.sh
levalencia's picture
Update Dockerfile to use new app entry point and enhance requirements.txt with additional dependencies. Remove obsolete streamlit_app.py file.
0a40afa
raw
history blame
126 Bytes
#!/usr/bin/env bash
source .env # load secrets (mounted at run)
streamlit run app.py --server.port ${PORT:-8501}