python - Django docker with local volumes -


i'm experiencing difficulties running django docker local volumes. when run normally(without binding local folders works fine. when want run binding gives me error "python: can't open file 'manage.py': [errno 2] no such file or directory".

i'm running under windows same problem under mac os. path 100% correct. (i'm using kitematic)

does came across issue?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -