Search Docker Hub
arch-angular
By w8jcik
Adds Angular CLI on top of stable Node.js
1.3K
FROM w8jcik/arch-node:stable ARG ANGULAR_CLI_VERSION="9" RUN npm install -g @angular/cli@${ANGULAR_CLI_VERSION} USER user
Content type
Image
Digest
Size
516.2 MB
Last updated
about 5 years ago
docker pull w8jcik/arch-angular