mirror of https://github.com/openclaw/openclaw.git
fix: add npm link to fix CLI permission denied (exit 127) (#17151)
Co-authored-by: Yutaka Sasaki <sskyu@minio.local>
This commit is contained in:
parent
2719398dd9
commit
f5adb66bbc
|
|
@ -50,6 +50,7 @@ RUN pnpm build
|
|||
# Force pnpm for UI build (Bun may fail on ARM/Synology architectures)
|
||||
ENV OPENCLAW_PREFER_PNPM=1
|
||||
RUN pnpm ui:build
|
||||
RUN npm link
|
||||
|
||||
ENV NODE_ENV=production
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue