Great article, thanks.
I've been playing with docker-compose for dev a few months back, but still wasn't satisfied as far as debugging and autocompletion.
Since you run everything in docker, you inject your source code into container, but node_modules are not available in IDE for autocompletion.
Another problem is debugging.
Do you handle it somehow?
--
Thanks,
Alex
Great article, thanks.
I've been playing with docker-compose for dev a few months back, but still wasn't satisfied as far as debugging and autocompletion.
Since you run everything in docker, you inject your source code into container, but node_modules are not available in IDE for autocompletion.
Another problem is debugging.
Do you handle it somehow?
--
Thanks,
Alex