diff --git a/Dockerfile b/Dockerfile index b4003c47fe1e32013e26183317ec750b67a746a5..04830514be95869a3e27ae9cadd2e2cabffe8e57 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