An open API service indexing awesome lists of open source software.

https://github.com/hacknlove/docker-node

mount your app in /src and go
https://github.com/hacknlove/docker-node

Last synced: 3 months ago
JSON representation

mount your app in /src and go

Awesome Lists containing this project

README

          

docker-node
===========

mount your app in /src and go

##USE

docker -d --restart=always -p ... --link ... -v /path/to/your/node-app:/src pykiss/node

## requisites

The image assumes that your application has a `package.json` defining its start script.

You must install execute npm install first:

docker -it --rm -v /path/to/your/node-app:/src pykiss/node npm install --production