Sign inSign up

moonxine/angular-cli

By moonxine

Updated over 8 years ago

A simple image based on Centos with all requirements needed for the angular cli to work

Image
0

182

moonxine/angular-cli repository overview

I wan't to serve a angular 5 application app:

Start this image within the angular app's folder (windows) docker run -it --net=bridge -v %cd%:/app -w /app -p 4200:4200 moonxine/angular-cli (unix) docker run -it --net=bridge -v $(pwd):/app -w /app -p 4200:4200 moonxine/angular-cli

[..]# ng serve --host 0.0.0.0

Tag summary

Content type

Image

Digest

Size

210.4 MB

Last updated

over 8 years ago

docker pull moonxine/angular-cli