I am getting this error `The container is not listening in the TCP address 10.0.0.1:3000` but when t
I am getting this error
This is my code
What should I try?
The container is not listening in the TCP address 10.0.0.1:3000 but when the docker image is running it is listening on port 3000 hence the server log [2025-06-26 18:14:25] INFO WEBrick::HTTPServer#start: pid=188 port=3000This is my code
What should I try?

