From 69884db0ab1a7517c1cf8e2c0dac5631874323b5 Mon Sep 17 00:00:00 2001 From: szbk Date: Tue, 10 Feb 2026 23:09:30 +0300 Subject: [PATCH] =?UTF-8?q?docker:=20git=20ba=C4=9F=C4=B1ml=C4=B1l=C4=B1?= =?UTF-8?q?=C4=9F=C4=B1n=C4=B1=20ekle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index ecfd841..c3399d3 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,5 +1,6 @@ FROM node:20-alpine WORKDIR /app +RUN apk add --no-cache git COPY package*.json ./ RUN npm install --legacy-peer-deps COPY . .