ComboStrikeHQ / docker-rails

An opinionated docker image for running Rails apps in production.
MIT License
89 stars 17 forks source link

Add option to run bundler with --local flag #30

Closed tsujigiri closed 5 years ago

tsujigiri commented 5 years ago

In order to be able to install dependencies from private repositories, without adding the SSH key to the container, let's add the option to run bundler without fetching metadata from remote repositories. bundle package needs to be run in the app directory before building the image, for this to work (see test.sh).