Add terser

This commit is contained in:
Ahmed DCHAR 2025-11-03 00:31:21 +01:00
parent a3cdcdee25
commit 99b918a13d

View File

@ -9,7 +9,7 @@ WORKDIR /app
COPY package*.json ./
# Install dependencies (including Vite for preview server)
RUN npm install --no-audit --no-fund
RUN npm install --no-audit --no-fund && npm install --no-audit --no-fund --save-dev terser
# Copy source files
COPY . .