How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

How to use a Gemfile.initial file to speed up Docker builds with an extra cached layer

calendar_today June 8, 2022 person Nathan Broadbent domain docspring

We recently wrote a blog post about a script that updates version strings in a Dockerfile . We’ve since identified a better way to achieve the same goals. A Rails application will have gem dependencies listed in files called Gemfile and a Gemfile.lock .

open_in_new Read original post