update docker

This commit is contained in:
efrilm 2025-11-26 01:15:10 +07:00
parent 6b46f9070a
commit 80bab20f89

View File

@ -24,6 +24,9 @@ COPY . .
# Install dependencies # Install dependencies
RUN npm ci RUN npm ci
# Build icons
RUN npm run build:icons
# Build the application without linting # Build the application without linting
RUN npm run build:no-lint RUN npm run build:no-lint