From 874ac722601a5aa51dd07e2582d6d591e73006e7 Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Date: Mon, 28 Aug 2023 03:50:07 -0300 Subject: [PATCH] Updates Ng-Cli in Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9d5dcae..a9e0efd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,8 +4,8 @@ WORKDIR /app COPY . . RUN npm install -RUN npm install -g @angular/cli@14.0.6 +RUN npm install -g @angular/cli@16 EXPOSE 5000-7000 -CMD ng build --configuration=production && npm start \ No newline at end of file +CMD ng build --configuration=production && npm start