Updates Ng-Cli in Dockerfile

This commit is contained in:
2023-08-28 03:50:07 -03:00
parent da3382b74e
commit 874ac72260

View File

@@ -4,7 +4,7 @@ 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