Skip to content

🐛 fix: Copy tools/ Dir in Dockerfile for Local ESLint Plugin Dependency and Pin Bun to Latest#15

Merged
danny-avila merged 3 commits intomainfrom
fix/dockerfile-copy-tools
Apr 9, 2026
Merged

🐛 fix: Copy tools/ Dir in Dockerfile for Local ESLint Plugin Dependency and Pin Bun to Latest#15
danny-avila merged 3 commits intomainfrom
fix/dockerfile-copy-tools

Conversation

@dustinhealy
Copy link
Copy Markdown
Contributor

@dustinhealy dustinhealy commented Apr 8, 2026

package.json has a file:./tools/eslint-plugin-click-ui dependency. The Dockerfile wasn't copying tools/ before bun install, so the install fails with "Failed to install 1 package".

Adds COPY tools/ tools/ to both the deps and prod-deps stages and sets bun to latest, rather than pinning to specific version

@dustinhealy dustinhealy changed the title 🐛 fix: Copy tools/ Dir in Dockerfile for Local ESLint Plugin Dependency 🐛 fix: Copy tools/ Dir in Dockerfile for Local ESLint Plugin Dependency and Pin Bun to Latest Apr 8, 2026
Comment thread Dockerfile Outdated
@danny-avila danny-avila merged commit 542e79e into main Apr 9, 2026
4 checks passed
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