Enable bootsnap by default
We use bootsnap (https://github.com/Shopify/bootsnap) in development mode to speed up Rails boot times, but we disable it in production because keeping the cache dir clean from version to version is a bit challenging. For CNG images it might make a lot of sense to enable this in production since all the code is already containerized.