fix: include pnpm in runtime image#72
Merged
Merged
Conversation
Closed
rzachsmith
pushed a commit
to rzachsmith/clawdbot-railway-template
that referenced
this pull request
Feb 15, 2026
gginesta
pushed a commit
to gginesta/clawdbot-railway-template
that referenced
this pull request
Feb 17, 2026
Merges 30 upstream commits including: - CRITICAL: Remove deprecated CLAWDBOT_* references (vignesh07#94) - Pin OpenClaw build ref to latest release tag (vignesh07#77) - Set gateway.trustedProxies for Railway proxy (vignesh07#102) - Add /healthz endpoint with TCP gateway probe (vignesh07#82, vignesh07#107) - Auto-start gateway at boot when configured (vignesh07#71) - Run openclaw doctor on gateway start failure (vignesh07#87) - Harden proxy errors, shutdown, and runCmd timers (vignesh07#116) - Setup page improvements (pairing, plugins, debug console) - Add pnpm to runtime image for openclaw update (vignesh07#72) - Telegram/Discord diagnostics + credential dir handling Our customizations (Tailscale, Syncthing, Brave browser) preserved.
k7cfo
pushed a commit
to k7cfo/railclaw
that referenced
this pull request
Feb 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #53.
openclaw updateinvokes pnpm, but the runtime image didn’t include it, causingspawn pnpm ENOENT.This adds Corepack activation of pnpm in the runtime stage:
corepack enablecorepack prepare pnpm@10.23.0 --activateNo wrapper logic changes.