Getting pika.exceptions.StreamLostError: Transport indicated EOF while running python script docker image which using pika
I am using Python which is using RabbitMQ for input and output. I am able to run my script locally without any errors but when I try to Dockerize that script and run it it's giving me the following error:…