We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06b8657 + f4f6f86 commit f5ccfeaCopy full SHA for f5ccfea
Dockerfile
@@ -9,7 +9,7 @@ RUN npm install
9
COPY . .
10
11
RUN npm link @angular/cli
12
-RUN ng build --verbose
+RUN NG_BUILD_OPTIMIZE_CHUNKS=1 ng build --verbose
13
14
# Dist
15
FROM node:22-alpine AS dist
0 commit comments