From 295af573aba3d4065a9d9d33c4a6aaecc1c8aad2 Mon Sep 17 00:00:00 2001 From: FyloZ Date: Sat, 1 May 2021 21:28:58 -0400 Subject: [PATCH] Correction de la compilation? --- ng.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ng.Dockerfile b/ng.Dockerfile index e62e76a..dd389c6 100644 --- a/ng.Dockerfile +++ b/ng.Dockerfile @@ -5,7 +5,7 @@ RUN apk update RUN apk add --no-cache nodejs RUN apk add --no-cache npm -RUN npm install -g typescript@3.9.7 +RUN npm install -g typescript RUN npm install -g @angular/cli || true ENV NG_CLI_ANALYTICS=ci