remove git for /health

This commit is contained in:
Danel Kungla
2025-07-22 10:55:40 +03:00
parent aa62aa69f3
commit c8be061ddc
2 changed files with 0 additions and 6 deletions

View File

@@ -3,7 +3,6 @@ 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