'Debugging python app inside a docker container using VS Code

I am trying to debug my Python file in a docker container. I am using VS Code server for remote development and I have Docker plugin installed. I created task.json and Launch.json using Docker: Initialize for Docker debugging command. But now when I click on run (F5) I get this error:

error

the path specified here is for an old project which no longer exists.



Sources

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

Source: Stack Overflow

Solution Source