From 7d7c58e13f65457b086ea3f312d4d5c50263cf48 Mon Sep 17 00:00:00 2001 From: kbeyro <121854496+kbeyro@users.noreply.github.com> Date: Fri, 10 Nov 2023 12:22:37 +0100 Subject: [PATCH] Add tag to angular install --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b4003c47..04830514 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 -- GitLab