update docker

This commit is contained in:
efrilm 2025-11-26 01:14:32 +07:00
parent c5cda37efb
commit 6b46f9070a

View File

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