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.
This commit is contained in:
Sergio 2023-04-20 17:39:54 +02:00 committed by GitHub
parent 5811a1c71c
commit be967612ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -181,5 +181,8 @@
"@schematics/angular:directive": {
"prefix": "ngx"
}
},
"cli": {
"analytics": false
}
}