Adding Python project to Solution in combination with Docker error
As the titel says, I have added a Python project to my Solution. My docker-compose file can find my Dockerfile in the Python project and all of that seems to be OK.
However, when I try to launch it all, I get the following message;
How can this error even occur in a default blank project? Like I get it; the exe file is not found, but why is it not generated in the first place.
However, when I try to launch it all, I get the following message;
How can this error even occur in a default blank project? Like I get it; the exe file is not found, but why is it not generated in the first place.
