Skip to content

Instantly share code, notes, and snippets.

@r7kamura
Created December 7, 2017 09:43
Show Gist options
  • Save r7kamura/7a9b06050cf34be256cb80163454901f to your computer and use it in GitHub Desktop.
Save r7kamura/7a9b06050cf34be256cb80163454901f to your computer and use it in GitHub Desktop.
FROM ruby:2.4.2
WORKDIR /app
COPY \
Gemfile \
Gemfile.lock \
/app/
RUN bundle install --jobs=4 --path=/bundle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment