fix: pin to pnpm 9

This commit is contained in:
Aarnav Tale 2025-02-04 17:21:57 -05:00
parent 287ac2dff0
commit 316e5b501f
No known key found for this signature in database

View File

@ -1,7 +1,7 @@
FROM node:20-alpine AS build
WORKDIR /app
RUN npm install -g pnpm
RUN npm install -g pnpm@9
RUN apk add --no-cache git
COPY package.json pnpm-lock.yaml ./
COPY patches ./patches