python - "No such file or directory" when building containter in docker. Can't seem to edit to the right path - TagMerge
1"No such file or directory" when building containter in docker. Can't seem to edit to the right path"No such file or directory" when building containter in docker. Can't seem to edit to the right path

"No such file or directory" when building containter in docker. Can't seem to edit to the right path

Asked 1 years ago
0
1 answers

I figured it out. I inspected it via VS to get a detailed .json file. noticed that workingdir was /root/python_scripts.

So I figured out that it was the image itself that still held an older path from previous tries. So I deleted the image and remade it. Now it refers to the new workdir in the dockerfile.

Source: link

Recent Questions on python

    Programming Languages