Sign inSign up

alexwhen/nodejs

By alexwhen

Updated about 11 years ago

add chinese mirror

Image
0

762

alexwhen/nodejs repository overview

nodejs

simple is better

base on alpine

base on nodejs 0.12.2

add chinese mirror

#dockerfile

FROM alpine:latest

MAINTAINER alex [email protected]

RUN apk --update add nodejs

RUN echo "registry = https://registry.npm.taobao.org">/root/.npmrc

EXPOSE 80

CMD [ "node" ]

Tag summary

Content type

Image

Digest

sha256:394bc5b6c

Size

7.9 MB

Last updated

about 11 years ago

docker pull alexwhen/nodejs