mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 18:08:42 -05:00
Update Dockerfile to move Gemflie*
...instead of Gemfile and Gemfile.lock (if it exists) individually
This commit is contained in:
parent
efe21b27cd
commit
833e34ce37
1 changed files with 1 additions and 2 deletions
|
|
@ -3,8 +3,7 @@ FROM jruby:1.7-jdk
|
|||
RUN mkdir -p /var/lib/vmpooler
|
||||
WORKDIR /var/lib/vmpooler
|
||||
|
||||
ADD Gemfile /var/lib/vmpooler
|
||||
ADD Gemfile.lock /var/lib/vmpooler
|
||||
ADD Gemfile* /var/lib/vmpooler
|
||||
RUN bundle install --system
|
||||
|
||||
RUN ln -s /opt/jruby/bin/jruby /usr/bin/jruby
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue