Skip to content

fix(docker): copy pnpm-workspace.yaml for pnpm 11 allowBuilds#304

Merged
ety001 merged 1 commit into
nextfrom
fix/docker-pnpm-workspace
Jul 9, 2026
Merged

fix(docker): copy pnpm-workspace.yaml for pnpm 11 allowBuilds#304
ety001 merged 1 commit into
nextfrom
fix/docker-pnpm-workspace

Conversation

@ety001

@ety001 ety001 commented Jul 9, 2026

Copy link
Copy Markdown
Member

Summary

  • Copy pnpm-workspace.yaml into the production Docker build (docker/Dockerfile) so pnpm 11 allowBuilds is applied during pnpm install.
  • Fixes Docker image builds failing with ERR_PNPM_IGNORED_BUILDS when packaging for EB.

Test plan

  • docker build -f docker/Dockerfile -t steemit/wallet:test . completes successfully
  • pnpm install inside the builder stage no longer reports ignored build scripts for @swc/core, esbuild, etc.

Include pnpm-workspace.yaml in the production Docker build so install scripts are allowed and image builds succeed without manual patches.
@ety001 ety001 merged commit c533b14 into next Jul 9, 2026
2 of 3 checks passed
@ety001 ety001 deleted the fix/docker-pnpm-workspace branch July 9, 2026 18:51
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