Created
July 20, 2015 10:06
-
-
Save santouras/289e90c2398453cc139c to your computer and use it in GitHub Desktop.
Local gemfiles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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