python3: can't open file '/app/manage.py': [Errno 2] No such file or directory – Docker
I'm new to docker, and I tried to run django on the docker container. However, after I ran the "docker-compose up -d" command the error python3: can't open file '/app/manage.py': [Errno 2] No such file or directory shows in docker.…