I have three containers in which one NodeJS application runs, and use NPM to manage each of them libary(node_modules)
.
So far My solution is that I run npm install
in HOST
and mount the folder node_modules
for all containers.
Are there any better ways to manage it?
Tonyy source
share