From be967612eabf6c97459401ac4c9c6dfaeb727064 Mon Sep 17 00:00:00 2001 From: Sergio Date: Thu, 20 Apr 2023 17:39:54 +0200 Subject: [PATCH] Disable CLI analytics for allowing Docker deployment If it is enabled, when executing the `docker run` command, it asks for Angular analytics and the container never inits. --- angular.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/angular.json b/angular.json index 0fe52748..7612c661 100644 --- a/angular.json +++ b/angular.json @@ -181,5 +181,8 @@ "@schematics/angular:directive": { "prefix": "ngx" } + }, + "cli": { + "analytics": false } }