mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
The cherry-picked node-gyp PR requires .npmrc to exist (mv .npmrc .npmrc.bak). Also syncs the full Dockerfile.non_root with main to use npm ci instead of npm install --legacy-peer-deps. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
5 lines
191 B
Text
5 lines
191 B
Text
# Supply-chain hardening
|
|
# Packages needing lifecycle scripts: npm rebuild <pkg>
|
|
ignore-scripts=true
|
|
# Protects local npm install only — npm ci (used in CI) ignores this
|
|
min-release-age=3d
|