I am new to docker container. The "GET" request is working fine in local(even postman with local request). When I give the request from postman to production env, the docker container log seems not triggered. I don't know where the issue from and don't know how to debug the issue. Any help on this issue. Thanks
- Tried with URL endpoint.
- Tried to trigger other containers, its working fine.
- Tried with front end locally, Its working fine.