Skip to content

Commit

Permalink
Update Dockerfile and angular.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MessiInter committed Jul 8, 2023
1 parent 285839e commit 5093d83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .codesandbox/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@ RUN apt-get upgrade -y

ENV NG_CLI_ANALYTICS=false

ENV NG_FORCE_TTY=false

RUN npm install -g @angular/cli@15.0.0
3 changes: 3 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@
},
"cli": {
"analytics": false,
"completion": {
"prompted": true
},
"packageManager": "npm"
}
}

0 comments on commit 5093d83

Please sign in to comment.