You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using rails generate (or any command that generates files) through docker, permissions are set to root. This means by default accessing those files outside of the container will require root or changing permissions.
The text was updated successfully, but these errors were encountered:
When using rails generate (or any command that generates files) through docker, permissions are set to root. This means by default accessing those files outside of the container will require root or changing permissions.
The text was updated successfully, but these errors were encountered: