From f1397831616c97461ef86b7fab2e70198998f50d Mon Sep 17 00:00:00 2001 From: abdou6666 Date: Wed, 22 Jan 2025 16:33:25 +0100 Subject: [PATCH] fix: address suggestions dockerfile frontend --- frontend/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 45588eb0..37d64cfd 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -47,6 +47,10 @@ WORKDIR /app COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* ./ +COPY frontend/package*.json ./frontend/ + +COPY widget/package*.json ./widget/ + RUN npm install COPY ./frontend ./frontend