diff --git a/Dockerfile b/Dockerfile index 6e276a9..8eb8629 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ FROM node:20-alpine AS base WORKDIR /app FROM base AS deps -RUN apk add --no-cache libc6-compat git +# RUN apk add --no-cache libc6-compat git COPY package*.json ./ RUN npm ci --legacy-peer-deps --ignore-scripts --loglevel info