Skip to content

fix(docker): exclude worker from image build - #3

Merged
bunizao merged 1 commit into
mainfrom
fix/docker-image-build
Jul 31, 2026
Merged

fix(docker): exclude worker from image build#3
bunizao merged 1 commit into
mainfrom
fix/docker-image-build

Conversation

@bunizao

@bunizao bunizao commented Jul 31, 2026

Copy link
Copy Markdown
Owner

Summary

  • keep the Remote MCP image build focused on CLI and Bun remote artifacts
  • avoid invoking Wrangler without Worker static assets in the Docker build context

Root cause

npm run build now includes the Cloudflare Worker dry-run, while the remote image Dockerfile intentionally copies only the remote runtime sources.

Verification

  • docker build --platform linux/amd64 --tag edstem-cli:docker-fix-amd64 .
  • docker build --platform linux/arm64 --tag edstem-cli:docker-fix-arm64 .

Copilot AI review requested due to automatic review settings July 31, 2026 16:56

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.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@bunizao
bunizao merged commit 82428e1 into main Jul 31, 2026
6 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