From c71529b11d7999f9eae5d94fd2d8ae7ebfec35f1 Mon Sep 17 00:00:00 2001 From: Aditya Siregar Date: Mon, 1 Sep 2025 18:33:38 +0700 Subject: [PATCH] fix --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 463394d..2f702f0 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