Johannes Schickling 2cef7718b6 Merge pull request #85 from Lctrs/fix/deprecated 8 years ago
..
Dockerfile Replace deprecated MAINTAINER by LABEL 8 years ago
README.md nodejs 11 years ago
install.sh remove local 11 years ago

README.md

nodejs

Minimal NodeJS + NPM image

Usage

$ docker run --rm -it -v $(pwd):/source schickling/nodejs

Mount your local source folder to the container and run it inside the container.