Sign inSign up

w8jcik/arch-angular

By w8jcik

Updated about 5 years ago

Adds Angular CLI on top of stable Node.js

Image
0

1.3K

w8jcik/arch-angular repository overview

Hierarchy

Dockerfile

FROM w8jcik/arch-node:stable

ARG ANGULAR_CLI_VERSION="9"

RUN npm install -g @angular/cli@${ANGULAR_CLI_VERSION}

USER user

Tag summary

Content type

Image

Digest

Size

516.2 MB

Last updated

about 5 years ago

docker pull w8jcik/arch-angular