jrop / docker-nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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...

About


Languages

Language:Makefile 100.0%