fix: fix UI Docker builds for pnpm v10 and missing cli-shared dep

This commit is contained in:
Nathan Flurry 2026-02-09 16:33:04 -08:00
parent 76b56b0c15
commit 6fc97cc76d
3 changed files with 8 additions and 3 deletions

View file

@ -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 ./