-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Permission denied to static file directory after install dokku-shoreman #21
Comments
dokku-shoreman overwrites the |
It appears the user running in the container and the owner of the denied dir are the same. The directory throwing the permissions error is inside the container though. I have already used the following to link this directory to a persistent directory on the host:
and the error is:
Could it be that it's actually the host directory which is throwing the permissions error? UPDATE: I added some debug print statements to my app, and this is the output: Without
With
There are two interesting things here:
I'm not familiar with |
Same problem on ruby app
|
I have an application running on DigitalOcean under Dokku. The application works fine. As soon as I install dokku-shoreman plugin and make a push to the server (without changing any code), the static files directory where the app was happily writing before throws a
IOError: [Errno 13] Permission denied
error.What could be causing this?
The text was updated successfully, but these errors were encountered: