Sign in
Log inSign up

Docker + gulp for Node.js development

Joseph Jude's photo
Joseph Jude
·Feb 10, 2017

I would like to use docker for nodejs development. I want the source code to be on the host but run the app within the container. I would want gulp to monitor for changes in host and restart the server within the container.

Anyone of you use docker for development like this? Would you mind sharing details (dockerfile, docker-compose file etc)?