Dockerfile linksAngular (commonly referred to as "Angular 2+" or "Angular 2") is a TypeScript-based open-source front-end web application platform led by the Angular Team at Google and by a community of individuals and corporations to address all of the parts of the developer's workflow while building complex web applications. Angular is a complete rewrite from the same team that built AngularJS.
Dockerfile in your Angular projectFROM butter/angular:4.0.0
CMD [ "npm", "start" ]
or (if you need to use Angular 2):
FROM butter/angular:2.4.6
CMD [ "npm", "start" ]
View license information for Angular.
Content type
Image
Digest
Size
366.5 MB
Last updated
over 8 years ago
docker pull butter/angular