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 d842aa2566
commit b7d841cdd8

View File

@@ -399,7 +399,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