This commit is contained in:
mukesh13
2025-06-25 10:39:15 +05:30
parent acfcb2d095
commit 3be087d83c

View File

@ -15,7 +15,7 @@ WORKDIR /app
COPY package.json package-lock.json ./
# Enforce prebuilt sharp binaries
ENV SHARP_IGNORE_GLOBAL_LIBVIPS=true
RUN npm ci
RUN npm install --legacy-peer-deps --legacy-peer-deps
### Builder Stage ###
FROM base AS builder