fix: address suggestions dockerfile frontend

This commit is contained in:
abdou6666 2025-01-22 16:33:25 +01:00
parent 380eaa2501
commit f139783161

View File

@ -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