/angular-cli-docker

Angular-CLI app template fully dockerised. 1st phase builds, 2nd phase creates output image.

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Building

Builds can be done using Docker:

docker build -t riussi/angular-cli-template:local .

Running

To run the image locally:

docker run  -p 5000:80 riussi/angular-cli-template:local

Then go to http://localhost:5000