From 9ba2b547221741d1f5f129f0d466b8e2ab786bf7 Mon Sep 17 00:00:00 2001 From: Claire Date: Mon, 24 Aug 2026 08:55:55 +0000 Subject: [PATCH] Add the `config/` directory to Bootsnap precompilation in Dockerfile (#40255) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 05d742b2fc5..5c890044f78 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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