Add bootsnap precompile

This commit is contained in:
Ryan W
2023-03-24 11:28:28 -07:00
parent 79d0bba2e8
commit 57d8e2e151
+2 -1
View File
@@ -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 . .