From 6e81a85137de1f81802d8041bf3904ba0630a60b Mon Sep 17 00:00:00 2001 From: "sahil.kamble@ayanworks.com" Date: Thu, 13 Mar 2025 14:15:34 +0530 Subject: [PATCH] chore: Update Dockerfile Signed-off-by: sahil.kamble@ayanworks.com --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 03459e0f..210d04ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -55,6 +55,7 @@ COPY package.json yarn.lock ./ COPY . . # Install dependencies +RUN rm -rf node_modules RUN yarn install --frozen-lockfile RUN yarn global add patch-package