Skip to content

Commit

Permalink
Merge pull request #89 from simoncaron/feature/pin-angularcli-version
Browse files Browse the repository at this point in the history
Pin Angular CLI to a Node 14 compatible version (15.2.0)
  • Loading branch information
elkozmon authored May 24, 2024
2 parents dfc75e1 + 90aa007 commit c3f3958
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 c3f3958

Please sign in to comment.