Skip to content

Instantly share code, notes, and snippets.

@athap
Created January 15, 2016 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save athap/77c339994686a20c7b10 to your computer and use it in GitHub Desktop.
Save athap/77c339994686a20c7b10 to your computer and use it in GitHub Desktop.
FROM ruby:2.2.0
RUN mkdir -p /var/app
COPY Gemfile* /var/app/
WORKDIR /var/app
ENV environment=development
RUN bundle install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment