/docker-nodejs

Primary LanguageMakefile

Docker NodeJS Image

This is a docker images based on Alpine Linux, with NodeJS and Git installed.

Use like:

FROM jrop/nodejs

ENV NODE_ENV=development

# ...add your app...