e5094b53ff
deploy / deploy (push) Failing after 2s
Port 3000 was already allocated by the previous container from the Next.js era. --remove-orphans only removes containers within the same compose project, so the old one survived. Explicitly stop+rm the named container before docker compose up so the port is always free. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>