Commit graph

2 commits

Author SHA1 Message Date
d9b8b9e376 fix: port drift on restart — down before preflight, read port from .env
Makefile restart target now runs compose down before preflight so ports
are free when preflight assigns them; previously preflight ran first while
the old container still held 8502, causing it to bump to 8503.

manage.sh start/restart/open now read STREAMLIT_PORT from .env instead
of re-running preflight after startup (which would see the live container
and bump the reported port again).
2026-02-26 13:57:12 -08:00
3791f74cc3 feat: add manage.sh — single CLI entry point for beta testers 2026-02-25 16:51:30 -08:00