AFAICT there is no way to disable loading db/seeds.rb when deploying via docker. It is triggered when I run bundle exec rails db:setup. This becomes particuluarly unhandy when publishing my own image (see #824) and needing to remove / adjust this file. Is there a way to only load this when RAILS_ENV != production?