fix: we need git in docker
This commit is contained in:
parent
21778a43f1
commit
1af292a5b0
@ -2,6 +2,7 @@ FROM node:20-alpine AS build
|
||||
WORKDIR /app
|
||||
|
||||
RUN npm install -g pnpm
|
||||
RUN apk add --no-cache git
|
||||
COPY package.json pnpm-lock.yaml ./
|
||||
COPY patches ./patches
|
||||
RUN pnpm install --frozen-lockfile
|
||||
|
||||
Loading…
Reference in New Issue
Block a user