Skip to content

Commit

Permalink
HDX-8824 - Angular upgrade
Browse files Browse the repository at this point in the history
upgrade Angular 15 to 16
  • Loading branch information
aalecs committed Jul 19, 2023
1 parent 36135b7 commit c24b5e9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ WORKDIR /src

COPY . .

RUN npm install -g @angular/cli@9.1 && \
npm install && \
npm run build_lib && \
ng build --prod --aot --base-href $BASE_HREF/
RUN npm install -g npm@9.8.1 && \
npm install -g @angular/cli@16.1 && \
npm install
#RUN ng build hxl-preview-ng-lib --configuration production
RUN ng build hxl-bites --configuration production --aot --base-href $BASE_HREF/

FROM public.ecr.aws/unocha/nginx:stable

Expand Down

0 comments on commit c24b5e9

Please sign in to comment.