You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: disable pipefail around tr|head token generation
tr gets SIGPIPE (exit 141) when head exits after reading enough bytes.
With set -euo pipefail this aborted the entrypoint on first run, causing
the container to stop immediately after "First run detected".
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments