Docker + gulp for Node.js development
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)?