From 45db0baa444a8a65b78c0b58d21be6ffe36f7774 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 48ebee09c98..667571829ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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