Skip to content

fix(docker): copy web/.npmrc into the build context#35

Merged
codexofc merged 1 commit into
mainfrom
fix/docker-npmrc
May 25, 2026
Merged

fix(docker): copy web/.npmrc into the build context#35
codexofc merged 1 commit into
mainfrom
fix/docker-npmrc

Conversation

@codexofc
Copy link
Copy Markdown
Owner

Without .npmrc in the Docker build context, npm install fails inside the container with ERESOLVE (react-intl@10 peer dep on @types/react@19 while we ship @types/react@18). The local CI Frontend job was unblocked by the .npmrc landed in PR #31, but Docker builds copy individual files explicitly and never picked it up.

@codexofc codexofc merged commit 9f0a2b9 into main May 25, 2026
@codexofc codexofc deleted the fix/docker-npmrc branch May 25, 2026 20:31
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.

1 participant