The flows.yml task was trying to execute Python scripts inside the container before copying them in with docker cp. This caused the 'No such file or directory' error on fresh deployments. Fixed by reordering tasks to: 1. Copy scripts to host /tmp 2. Docker cp into container 3. Execute scripts inside container 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| bootstrap.yml | ||
| docker.yml | ||
| email.yml | ||
| flows.yml | ||
| main.yml | ||
| providers.yml | ||