Skip to content
Snippets Groups Projects
Unverified Commit 4872f8e8 authored by Łukasz Łopatowski's avatar Łukasz Łopatowski Committed by GitHub
Browse files

Merge pull request #150 from...

Merge pull request #150 from nmaas-platform/142-add-option-for-exporting-application-version-data-in-json-format

Add tag to angular install
parents 029b03de 7d7c58e1
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ COPY . /build ...@@ -4,7 +4,7 @@ COPY . /build
WORKDIR /build WORKDIR /build
RUN apk add nodejs npm 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 npm i --force --legacy-peer-deps
RUN ng build --base-href / --configuration production 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