Skip to content

Instantly share code, notes, and snippets.

@santouras
Created July 20, 2015 10:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save santouras/289e90c2398453cc139c to your computer and use it in GitHub Desktop.
Save santouras/289e90c2398453cc139c to your computer and use it in GitHub Desktop.
Local gemfiles
# add application directory
RUN mkdir /app
WORKDIR /tmp
ADD Gemfile Gemfile
ADD Gemfile.lock Gemfile.lock
# add local gems that bundle will need
ADD vendor/gems/rails_multisite vendor/gems/rails_multisite
RUN bundle install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment