What’s the best way to work with Docker?
Unanswered
Wandering Albatross posted this in #help-forum
Wandering AlbatrossOP
Hello everyone! I’m using Docker in an application with Next.js, and I have a question regarding the workflow. What’s generally recommended when using Docker during development: installing node_modules on the host or keeping everything within the container? In the latter case, this would involve installing git, ssh, etc.