mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-19 03:03:18 +00:00
fix: fix UI Docker builds for pnpm v10 and missing cli-shared dep
This commit is contained in:
parent
76b56b0c15
commit
6fc97cc76d
3 changed files with 8 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
FROM node:22-alpine AS build
|
||||
WORKDIR /app
|
||||
RUN npm install -g pnpm
|
||||
RUN npm install -g pnpm@9
|
||||
|
||||
# Copy website package
|
||||
COPY frontend/packages/website/package.json ./
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue