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 . .