FoundYourStuff / core

0 stars 0 forks source link

Fix migrations folder file permissions #44

Open Arsh25 opened 3 years ago

Arsh25 commented 3 years ago

Currently, the migrations folder is owned by the user who clones the repo. This prevents the development container from writing new migrations since it is run as GUID 10001. Figure out a nice way to make the file permission such that they can be read/written by the local user or docker.