Skip to content

chore(docker): install pnpm without corepack - #40

Merged
raisedadead merged 1 commit into
mainfrom
chore/36-drop-corepack
Sep 11, 2026
Merged

raisedadead merged 1 commit into
mainfrom
chore/36-drop-corepack

Conversation

@raisedadead

@raisedadead raisedadead commented Sep 11, 2026

Copy link
Copy Markdown
Member

Closes #36

Installs pnpm with npm instead of corepack. The pnpm team no longer documents
corepack, and Node 25 and later do not ship it.

The packageManager field stays the authority on the version. pnpm 10 enables
manage-package-manager-versions by default, so corepack adds nothing here.

Verified: cold docker build, then a container run with /health = 200.

Stack created with GitHub Stacks CLIGive Feedback 💬

@raisedadead
raisedadead added this pull request to stack #45 September 11, 2026 08:35
@raisedadead
raisedadead force-pushed the chore/36-drop-corepack branch from 7aa5206 to 1c881d0 Compare September 11, 2026 09:04
@raisedadead
raisedadead merged commit 771a977 into main Sep 11, 2026
2 checks passed
@raisedadead
raisedadead deleted the chore/36-drop-corepack branch September 11, 2026 09:12
@raisedadead
raisedadead restored the chore/36-drop-corepack branch September 11, 2026 09:43
@raisedadead
raisedadead deleted the chore/36-drop-corepack branch September 11, 2026 09:43
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.

Install pnpm without corepack in the Dockerfile

1 participant