Develop node apps with file system watching
398
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
Content type
Image
Digest
sha256:840534582…
Size
419.4 MB
Last updated
almost 11 years ago
docker pull guywithnose/node-supervisor