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

This commit is contained in:
Claire
2026-08-24 08:55:55 +00:00
committed by GitHub
parent 192fc7d6f2
commit 45db0baa44

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