From 80bab20f89204e93f341374ec44a9bfe2841d094 Mon Sep 17 00:00:00 2001 From: efrilm Date: Wed, 26 Nov 2025 01:15:10 +0700 Subject: [PATCH] update docker --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 8cdce6c..84164b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,6 +24,9 @@ COPY . . # Install dependencies RUN npm ci +# Build icons +RUN npm run build:icons + # Build the application without linting RUN npm run build:no-lint