A simple image based on Centos with all requirements needed for the angular cli to work
182
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
Content type
Image
Digest
Size
210.4 MB
Last updated
over 8 years ago
docker pull moonxine/angular-cli