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(docker): improve build robustness and suppress locale warnings
- Generate en_US.UTF-8 locale to prevent setlocale warnings at startup
- Add retry loop (5 attempts) for npm global installs to handle flaky network
- Verify CLI tools by invoking binaries directly instead of npm list
- Add set -eux for stricter error handling in user npm install step
0 commit comments