Add the config/ directory to Bootsnap precompilation in Dockerfile (#40255)

This commit is contained in:
Claire
2026-08-24 08:55:55 +00:00
parent 568c3c0cdb
commit 9ba2b54722

View File

@@ -387,7 +387,7 @@ RUN \
RUN \
# Precompile bootsnap code for faster Rails startup
bundle exec bootsnap precompile --gemfile app/ lib/;
bundle exec bootsnap precompile --gemfile app/ lib/ config/;
RUN \
# Pre-create and chown system volume to Mastodon user