need git in dockerfile for /health page

This commit is contained in:
Danel Kungla
2025-07-22 10:42:37 +03:00
parent 8ee9271c2e
commit aa62aa69f3

View File

@@ -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