Use sh -c with implicit string concatenation to keep the find command
readable as a single shell expression.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The 2.x memory regression (#462) is resolved and the remaining ~35MB
overhead is static (health endpoint server), not a leak. Port the build
from Dockerfile to native Dagger container.py and add liveness/readiness
probes using the new /healthz endpoint on port 8080.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>