fix(deploy): copy .npmrc before npm ci in frontend Dockerfile #25
Reference in New Issue
Block a user
Delete Branch "fix/docker-npmrc-not-copied"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Production deploy has been failing since the Next.js migration merged (ERESOLVE on npm ci inside the Docker build) because .npmrc was not copied before npm ci ran. One-line fix.