Issues in Debugging a Dockerized Web App in VS Code
I am learning web development on my own through different youtube videos and books. I am using VS code and started building my own web app in Docker containers (read somewhere regarding benefits of using containers) . I have built a few apps within the project, however, as the apps are getting complex and complex it is difficult for me to debug the app for errors and see where am I going wrong. I am going to lay down the code I am using for docker files and task.json and launch.json.