mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-06-05 17:41:18 +00:00
fa348efe2a
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.