From 57d8e2e151f5ac390cf7714d7a1da4f671dc092a Mon Sep 17 00:00:00 2001 From: Ryan W Date: Fri, 24 Mar 2023 11:28:28 -0700 Subject: [PATCH] Add bootsnap precompile --- production.Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/production.Dockerfile b/production.Dockerfile index 4ce5521..96b8dbc 100644 --- a/production.Dockerfile +++ b/production.Dockerfile @@ -21,7 +21,8 @@ RUN bundle config frozen true \ && bundle config jobs 4 \ && bundle config deployment true \ && bundle config without 'development test' \ - && bundle install + && bundle install \ + && bundle exec bootsnap precompile --gemfile COPY . .