Skip to content
Snippets Groups Projects
Commit 7d7c58e1 authored by kbeyro's avatar kbeyro
Browse files

Add tag to angular install

parent 704ed961
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ COPY . /build
WORKDIR /build
RUN apk add nodejs npm
RUN npm install -g @angular/cli
RUN npm install -g @angular/cli@16
RUN npm i --force --legacy-peer-deps
RUN ng build --base-href / --configuration production
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment