Files
trading_bot_v4/.github
mindesbunister 8fdcf06d4b docs: Add Docker cache bug to Common Pitfalls (Bug #86)
- Documents critical incident where --force-recreate didn't deploy code
- Telegram showed 0.15% instead of 0.3% despite commits and rebuild
- Root cause: Docker cached build layers, only container recreated
- Solution: docker compose build --no-cache trading-bot required
- Adds when to use --no-cache vs --force-recreate guidelines
- Includes verification steps and prevention rules
- 2 hours debugging time, now documented for future reference
2025-12-17 14:55:08 +01:00
..