Skip to content

rcaught/ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

convox/ruby

Convox base image for Ruby

Usage

FROM convox/ruby

# copy only the files needed for bundle install
COPY Gemfile      /app/Gemfile
COPY Gemfile.lock /app/Gemfile.lock
RUN bundle install

# copy the rest of the app
COPY . /app

Expectations

Application using this image should:

  • Copy their source files into /app

Exports

None

Includes

Base Image: ubuntu:16.04

Development headers

  • build-essential
  • ruby-dev

Ruby Environment

  • ruby
  • bundler

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published