diff --git a/Dockerfile b/Dockerfile index 84164b3..8cdce6c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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