From 99b918a13d3469b59163e383fe45c94d5bebc802 Mon Sep 17 00:00:00 2001 From: Ahmed DCHAR Date: Mon, 3 Nov 2025 00:31:21 +0100 Subject: [PATCH] Add terser --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 79f99ab..6e3471b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 . .