Skip to content

Commit

Permalink
Pin Angular CLI to a Node 14 compatible version (15.2.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncaron committed May 18, 2024
1 parent dfc75e1 commit 90aa007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN dockerize \
-template ./environment.ts.template:./src/environments/environment.prod.ts

# Install dependencies & build
RUN npm install -g @angular/cli \
RUN npm install -g @angular/cli@15.2.0 \
&& npm install \
&& ng build --prod \
&& mv dist /app
Expand Down

0 comments on commit 90aa007

Please sign in to comment.