Sign inSign up

guywithnose/node-supervisor

By guywithnose

Updated almost 11 years ago

Develop node apps with file system watching

Image
1

398

guywithnose/node-supervisor repository overview

Develop node apps with file system watching

docker run -d -p 9000:9000 -v {PathToNodeApp}:/nodeapp guywithnose/node-supervisor

If your main script is not index.js

docker run -d -p 9000:9000 -v {PathToNodeApp}:/nodeapp guywithnose/node-supervisor supervisor myUniqueScript.js

Tag summary

Content type

Image

Digest

sha256:840534582

Size

419.4 MB

Last updated

almost 11 years ago

docker pull guywithnose/node-supervisor