diff --git a/config/environments/production.rb b/config/environments/production.rb index 39b19e53..4dd70597 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -61,6 +61,9 @@ Foodsoft::Application.configure do config.logger = ActiveSupport::TaggedLogging.new(logger) end + # Don't dump schema in production (especially useful for Docker) + config.active_record.dump_schema_after_migration = false + # Use a different cache store in production. # config.cache_store = :mem_cache_store