Sign inSign up

ifreecomm/node-git

By ifreecomm

Updated about 5 years ago

node:8-alpine with git

Image
0

10K+

ifreecomm/node-git repository overview

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

Tag summary

Content type

Image

Digest

Size

52 MB

Last updated

over 6 years ago

docker pull ifreecomm/node-git