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.