Parse server from hub.docker

Guys i have a solution :muscle: if you want to inject node modules to your docker container

  1. you have to define in your local cloud folder package,json with your modules you want to.
  2. 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 :heart:

1 Like