There was an error while loading. Please reload this page.
2 parents 215c686 + 74ee32e commit 13d98dbCopy full SHA for 13d98db
1 file changed
Dockerfile
@@ -11,7 +11,8 @@ RUN apt-get update && \
11
rm -rf /var/lib/apt/lists/*
12
13
# Install Angular CLI globally (Yarn is already available in Node.js image)
14
-RUN npm install -g --unsafe-perm @angular/cli@latest
+# Use Angular CLI 17 to match the project's Angular version
15
+RUN npm install -g --unsafe-perm @angular/cli@17
16
17
# Copy Maven files first for better caching
18
COPY examples/basicauthentication/pom.xml /app/pom.xml
0 commit comments