This commit is contained in:
Aditya Siregar 2025-09-01 18:33:38 +07:00
parent c6f2d67baf
commit c71529b11d

View File

@ -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