Skip to content

Fix Docker build: use npm install instead of npm ci - #117

Merged
peterdsp merged 1 commit into
mainfrom
fix/dockerfile-npm-install
Aug 4, 2026
Merged

Fix Docker build: use npm install instead of npm ci#117
peterdsp merged 1 commit into
mainfrom
fix/dockerfile-npm-install

Conversation

@peterdsp

@peterdsp peterdsp commented Aug 4, 2026

Copy link
Copy Markdown
Owner

Summary

The deploy from #116 failed because the Dockerfile still used npm ci.

Generated with Claude Code

npm ci fails with npm overrides (torrent-stream ws/ip overrides)
in npm 10 — same fix as the CI workflow.

Generated with Claude Code
Copilot AI lite review requested due to automatic review settings August 4, 2026 16:46
@peterdsp
peterdsp merged commit 4b33124 into main Aug 4, 2026
6 checks passed
@peterdsp
peterdsp deleted the fix/dockerfile-npm-install branch August 4, 2026 16:46

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes the addon container build by switching the dependency installation step in addon/Dockerfile from npm ci to npm install, aligning the Docker build behavior with the earlier CI workflow adjustment referenced in PR #116 (to avoid npm ci failures in npm 10 when overrides are present).

Changes:

  • Replace npm ci --omit=dev with npm install --omit=dev in the addon Dockerfile to avoid npm 10 override-related npm ci failures.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants