mirror of
https://github.com/mastodon/mastodon.git
synced 2026-09-12 12:07:51 -05:00
Add the config/ directory to Bootsnap precompilation in Dockerfile (#40255)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user