Node docker image with Angular CLI.
2.2K
Docker image based on Node that embeds Angular CLI tool.
The default command is ng alias the angular-cli command line tool.
The default working dir is /home/node/app
docker run -v $(pwd):/home/node/app pgeof/node-angular-cli ng version
docker run -v $(pwd):/home/node/app pgeof/node-angular-cli ng build
docker run -p 4201:4200 -v $(pwd):/home/node/app pgeof/node-angular-cli ng serve
Content type
Image
Digest
Size
358.5 MB
Last updated
over 6 years ago
docker pull pgeof/node-angular-cli