Merge pull request #2152 from ronen/patch-1
Bug fix: Use app's Gemfile.lock in Dockerfile
This commit is contained in:
commit
7538d7d258
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ Dockerfile consists of:
|
|||
RUN mkdir /myapp
|
||||
WORKDIR /myapp
|
||||
ADD Gemfile /myapp/Gemfile
|
||||
ADD Gemfile.lock /myapp/Gemfile.lock
|
||||
RUN bundle install
|
||||
ADD . /myapp
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue