├── Dockerfile ├── Makefile ├── README.md └── config └── supervisord.conf /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiselizondo/docker-nodejs/HEAD/Dockerfile -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiselizondo/docker-nodejs/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiselizondo/docker-nodejs/HEAD/README.md -------------------------------------------------------------------------------- /config/supervisord.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luiselizondo/docker-nodejs/HEAD/config/supervisord.conf --------------------------------------------------------------------------------