angular-cli
An Docker image to work on Angular projects with Angular-CLI.
246
An Docker image to work on Angular projects with Angular CLI.
docker run -ti --rm -p 4200:4200 -v $HOME/angular:/home/node/app infinityrefactoring/angular-cli
Creating a new project
ng new hello-world
cd cd hello-world/
Executing the project
ng serve --host 0.0.0.0
docker build -t infinityrefactoring/angular-cli:latest --build-arg NODE_VERSION=latest --build-arg ANGULAR_CLI_VERSION=latest .
InfinityRefactoring/docker-angular-cli is provided and distributed under the Apache Software License 2.0.
Refer to LICENSE for more information.
Content type
Image
Digest
Size
274.9 MB
Last updated
almost 8 years ago
docker pull infinityrefactoring/angular-cli:6.0.7-node-10.3.0