need git in dockerfile for /health page
This commit is contained in:
@@ -3,6 +3,7 @@ FROM node:20-alpine as builder
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN apk add --no-cache git
|
||||
RUN npm install -g pnpm@9
|
||||
RUN npm install -g dotenv-cli
|
||||
|
||||
|
||||
Reference in New Issue
Block a user