Skip to content

Instantly share code, notes, and snippets.

@sj26
Last active March 5, 2019 05:08
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 sj26/e8dbd9d7a80b4f10d5cd1c2a70655534 to your computer and use it in GitHub Desktop.
Save sj26/e8dbd9d7a80b4f10d5cd1c2a70655534 to your computer and use it in GitHub Desktop.
Docker file cache test
FROM ruby
WORKDIR /app
COPY Gemfile Gemfile.lock ./
RUN bundle --deployment
RUN bundle show rack
source "https://rubygems.org"
gem "rack"
GEM
remote: https://rubygems.org/
specs:
rack (2.0.6)
PLATFORMS
ruby
DEPENDENCIES
rack
BUNDLED WITH
1.17.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment