fix: optimize docker frontend cache

This commit is contained in:
abdou6666 2025-01-21 19:01:17 +01:00
parent 5d1793cce8
commit 1cbff3c12a

View File

@ -47,6 +47,8 @@ WORKDIR /app
COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* ./ COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* ./
RUN npm install
COPY ./frontend ./frontend COPY ./frontend ./frontend
COPY ./widget ./widget COPY ./widget ./widget