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