Sign inSign up

jcbjulio/angular-install

By jcbjulio

Updated almost 9 years ago

docker run -v <local_project_full_path>:/app jcbjulio/angular-install

Image
0

10K+

jcbjulio/angular-install repository overview

Docker angular-install

Description

This is a container that run a npm install on your angular project

Version 1.0.0

First version of docker image to help install a project, based on Angular CLI image.

Usage

You can find the image on docker cloud ready to use: jcbjulio/angular-install (source)

Run

docker run -v <local_project_full_path>:/app jcbjulio/angular-install

Example

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.

Parent project

jcbjulio/angular-cli (source)

To use manually the angular-cli, you can use this base image.

Other projects

jcbjulio/angular-serve (source)

To use it as a server just to run your project, you can use this especific image.

Tag summary

Content type

Image

Digest

Size

309.5 MB

Last updated

almost 9 years ago

docker pull jcbjulio/angular-install