mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
The retry loop exited with sleep's exit code (0) after all 5 attempts, letting Docker commit an empty /app/node_modules layer. Added explicit exit 1 on the final failed attempt so the build fails visibly instead of producing a broken base image that downstream COPY --from cannot find. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>