Builds can be done using Docker:
docker build -t riussi/angular-cli-template:local .
To run the image locally:
docker run -p 5000:80 riussi/angular-cli-template:local
Then go to http://localhost:5000
Angular-CLI app template fully dockerised. 1st phase builds, 2nd phase creates output image.
TypeScriptApache-2.0
Builds can be done using Docker:
docker build -t riussi/angular-cli-template:local .
To run the image locally:
docker run -p 5000:80 riussi/angular-cli-template:local
Then go to http://localhost:5000