mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-04-22 03:15:42 +00:00
The deploy step used only 'docker compose down' which can't remove containers created via 'docker run'. Now explicitly stops+removes the named container first, then runs compose down as cleanup. Permanent fix for the recurring CI deploy failure.