このシリーズでは、仮想通貨botterである私が実際にMMbotの開発サイクルに採用している技術とシステム周りの理解を整理するための記事です。 はじめに graph LR A[docker compose up] --> B(build image) B --> C(run container) C -->|entrypoint| D(gen+validate json) D -->|exec| E(core.py) E --> F{exit reason?} F -- normal stop --> G ...