tht13 / html-preview-vscode

A HTML previewer for Visual Studio Code
MIT License
44 stars 22 forks source link

web_1 | python: can't open file 'src/profiles_project/manage.py': [Errno 2] No such file or directory #24

Open tommasosansone91 opened 4 years ago

tommasosansone91 commented 4 years ago

When running docker-compose up, I get

web_1  | python: can't open file 'src/profiles_project/manage.py': [Errno 2] No such file or directory
byob-profiles-rest-api-docker_web_1 exited with code 2

even if my manage.py is in

D:...\byob-profiles-rest-api-docker\src\profiles_project

how is this possible?