mitre / heimdall-mongo

A Mongo-based version of Heimdall (Deprecated)
Other
11 stars 1 forks source link

Slim docker image and use images instead of builder #101

Closed rbclark closed 5 years ago

rbclark commented 5 years ago

By not passing the --deployment flag to docker we are able to just copy the contents of /usr/local/bundle/ over and remove the files we don't need. This makes it where we don't have to run bundle install in the 2nd container. Also use Dockerhub for building images instead of requiring users to build them locally.