From 5b16c4eb18c8a3c3d279118ca2040e172e3c34c1 Mon Sep 17 00:00:00 2001 From: mukesh13 Date: Wed, 25 Jun 2025 11:23:13 +0530 Subject: [PATCH] Docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f6c0edb..3743923 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ WORKDIR /app COPY package.json package-lock.json ./ # Enforce prebuilt sharp binaries ENV SHARP_IGNORE_GLOBAL_LIBVIPS=true -RUN npm install --legacy-peer-deps --legacy-peer-deps +RUN npm install ### Builder Stage ### FROM base AS builder