I'm beginner with docker and I created a image with my application (with connections with oracle + db2 + gateways, in nodejs).
But I'm coding and for build it's take a longtime. Before I was using just node in my local machine, and I was running my project with nodemon. It was being very productive!
I need something like that, for to transform my build task faster.
No need to rebuild your docker image every time, use volumes instead.
For example run:
docker run -v /path/to/the/code/on/host:/path/to/the/code/on/container your image nodemon your_file.js
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With