rabblerouser / core

Pluggable, extensible membership database for community organising
GNU Affero General Public License v3.0
17 stars 10 forks source link

Build from base docker image and don't copy in node_modules #164

Closed camjackson closed 7 years ago

camjackson commented 7 years ago

Now using this base image, from this repo.

This reduces copy-pasta effort as we add more services.

Also, don't mount node_modules from the host when building. Instead, install them fresh inside the container.