mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
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:
parent
5811a1c71c
commit
be967612ea
1 changed files with 3 additions and 0 deletions
|
|
@ -181,5 +181,8 @@
|
|||
"@schematics/angular:directive": {
|
||||
"prefix": "ngx"
|
||||
}
|
||||
},
|
||||
"cli": {
|
||||
"analytics": false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue