Docker – FileNotFoundError: [Errno 2] No such file or directory, but the file is in the directory
When i run the script this error is raised. But, the files are in this directory, i tried multiple ways to find these files. I tried the os.path.join("mydir", "myfile") method. But the file was not found. So i searched a…