Skip to content

InfinityRefactoring/docker-angular-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.