Updates Ng-Cli in Dockerfile
This commit is contained in:
@@ -4,8 +4,8 @@ WORKDIR /app
|
|||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN npm install
|
RUN npm install
|
||||||
RUN npm install -g @angular/cli@14.0.6
|
RUN npm install -g @angular/cli@16
|
||||||
|
|
||||||
|
|
||||||
EXPOSE 5000-7000
|
EXPOSE 5000-7000
|
||||||
CMD ng build --configuration=production && npm start
|
CMD ng build --configuration=production && npm start
|
||||||
|
|||||||
Reference in New Issue
Block a user