fix: we need git in docker
This commit is contained in:
parent
21778a43f1
commit
1af292a5b0
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue