Closed tclehman closed 1 year ago
In your /deployments directory is there a dev-sas-ask directory? Seems like it's trying to create a file when the directory is present. This can happen when you run docker with the volume command and it has nothing the volume actually has to mount so it creates the directory.
@thpang There is not, the directory is empty:
The issue was that - for some unknown reason - the /deployments directory was not created with enough permissions. It was created with 755 permissions. When changing it to 777 permissions, the deployment proceeded past that task.
I'm getting a permission denied error on deployment. I get the same error when I run the uninstall as well.
Error message:
Deployment script:
I'm not sure how to troubleshoot this. It can't create the folder but I have no access to the host its trying to create on. How do I fix this?