Skip to content
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

Failure if tmp directory does not exist #37

Open
benjaminwood opened this issue Nov 24, 2020 · 0 comments
Open

Failure if tmp directory does not exist #37

benjaminwood opened this issue Nov 24, 2020 · 0 comments

Comments

@benjaminwood
Copy link
Member

If for some reason a tmp directory does not already exist with appropriate permissions, docker-compose up will fail to bring the rails container up with the following errors:

rails_1     | touch: cannot touch '/app/tmp/setup.lock': Permission denied
app_name_rails_1 exited with code 1

I believe the tmp directory should exist. But perhaps there is something we can do in the event that it does not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant