Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.58 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.58 KB

Infinity Refactoring

Docker Angular CLI

dockeri.co

GitHub issues GitHub stars Docker Automated Build Docker Build Status

What is it?

An Docker image to work on Angular projects with Angular CLI.

Using Docker Angular CLI

Use example:

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

Building this image:

docker build -t infinityrefactoring/angular-cli:latest --build-arg NODE_VERSION=latest --build-arg ANGULAR_CLI_VERSION=latest .

Licensing

InfinityRefactoring/docker-angular-cli is provided and distributed under the Apache Software License 2.0.

Refer to LICENSE for more information.