docker run -v <local_project_full_path>:/app jcbjulio/angular-install
10K+
This is a container that run a npm install on your angular project
First version of docker image to help install a project, based on Angular CLI image.
You can find the image on docker cloud ready to use: jcbjulio/angular-install (source)
docker run -v <local_project_full_path>:/app jcbjulio/angular-install
docker run -v ~/angularProjects/my-app:/app jcbjulio/angular-install
This will mount your project folder inside the container at location /app and run the npm install on it.
To use manually the angular-cli, you can use this base image.
To use it as a server just to run your project, you can use this especific image.
Content type
Image
Digest
Size
309.5 MB
Last updated
almost 9 years ago
docker pull jcbjulio/angular-install