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

Fix "attempt to write a readonly database" #506

Merged
merged 1 commit into from
Oct 7, 2022

Conversation

michaeljs1990
Copy link
Contributor

With adding the appuser when copying in the demo db the appuser doesn't have permission to write to it since docker defaults to adding this as root. This adds the demo db with the correct permissions.

Closes #502 #503

With adding the appuser when copying in the demo db the appuser doesn't have permission to write to it since docker defaults to adding this as root. This adds the demo db with the correct permissions. 

Closes openflagr#502 openflagr#503
@marceloboeira
Copy link
Member

Thanks for looking into it!

@marceloboeira marceloboeira merged commit 50337ba into openflagr:main Oct 7, 2022
@michaeljs1990 michaeljs1990 deleted the patch-1 branch October 10, 2022 17:49
@nothing0012
Copy link
Contributor

tyty, deploying to heroku demo env now.

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

Successfully merging this pull request may close these issues.

attempt to write a readonly database"
3 participants