'React side not getting up in the docker

network-inspectWe had created a docker file with environment variables and not adding arguments directly through build. Instead we add environment variables into the docker file and push those images to the docker and any new users can pull the images directly from the docker and use it while we install the project. The .env files are created by the user in the time of build. But after the docker gets up in the docker desktop by pulling the images directly from docker, it is not redirecting to the browser to access the web side and create forms, it is continuingly looping while we inspect it. Can anyone share a solution for this?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source