Nivi Mukka
08/10/2021, 6:02 PMprefect_directory
param in the Docker
storage. I am able read files from that defined path but I cannot write files to that directory - these are files that will be used in the flow execution. Getting [Errno 13] Permission denied: my/path/filename
Nivi Mukka
08/10/2021, 6:03 PMKevin Kho
chown
and chmod
commands as seen in the answerNivi Mukka
08/10/2021, 8:09 PMchown
with my user created in the Dockerfile but that did not work. Now I’m running the Dockerfile commands as root to see if there is another issue.Nivi Mukka
08/10/2021, 11:07 PMDockerfile
as root
worked.Kevin Kho