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" ]
Content type
Image
Digest
sha256:394bc5b6c…
Size
7.9 MB
Last updated
about 11 years ago
docker pull alexwhen/nodejs