mirror of
https://github.com/tale/headplane.git
synced 2026-07-28 00:28:56 +00:00
fix: we need git in docker
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user