FROM node:14-alpine
LABEL maintainer="[email protected]"
RUN apk add --no-cache git \
&& npm install -g cnpm --registry=https://registry.npm.taobao.org \
&& npm install -g @angular/cli
Content type
Image
Digest
Size
52 MB
Last updated
over 6 years ago
docker pull ifreecomm/node-git