Guys i have a solution if you want to inject node modules to your docker container
- you have to define in your local cloud folder package,json with your modules you want to.
- you have to run “npm install” to install your dependencies.
3 run your docker container with -v mypath/config/:/parse-server/cloud --cloud /parse-server/cloud/main.js
Ready.
Many thanks to developers from Parse Server it is sooooo great system. I LOVE IT