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 -

What is happening when Matlab is starting a "parallel pool"? -

php - Cannot override Laravel Spark authentication with own implementation -