From 8cf61967cb2065814701eab59c8b78c9fb5dcf5f Mon Sep 17 00:00:00 2001 From: abdou6666 Date: Tue, 21 Jan 2025 19:49:39 +0100 Subject: [PATCH] fix: remove old npm i --- frontend/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 3c6d2667..9577e57d 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -52,7 +52,6 @@ RUN npm install COPY ./frontend ./frontend COPY ./widget ./widget -RUN npm install # used to by pass Next.js paching lock file