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