mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Merge pull request #322 from mattkirby/dockerfile_local_bundler
(MAINT) Add bundler to dockerfile_local
This commit is contained in:
commit
96bd131aa1
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ COPY ./ ./
|
|||
|
||||
ENV RACK_ENV=production
|
||||
|
||||
RUN bundle && gem build vmpooler.gemspec && gem install vmpooler*.gem && \
|
||||
RUN gem install bundler && bundle && gem build vmpooler.gemspec && gem install vmpooler*.gem && \
|
||||
chmod +x /usr/local/bin/docker-entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["docker-entrypoint.sh"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue