Skip to content

hacknlove/docker-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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

About

mount your app in /src and go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages