redis should not initiated on configuration
saiqulhaq opened this issue · 2 comments
saiqulhaq commented
my docker couldn't build my app because it doesn't redis locally
it works after I modified configuration file
hungryhub-team@9087203
fschuindt commented
@saiqulhaq Have you tried to:
FirebaseIdToken.configure do |config|
config.redis = nil
end
in your code some time before the Docker build?
Then later pass it again with a valid Redis connection you may have.
Does this works?