For further actions, you may consider blocking this person and/or reporting abuse
Read next
Resolving MongoDB Error When Starting with Homebrew on macOS
Hamidreza Mahdavipanah -
๐ฎ Dive into Game Development with Unity: A Beginner's Guide ๐
Info general Hazedawn -
Retro Games React App
Sonja -
Donโt Miss These 5 Game-Changing UI/UX Design Inspiration Platforms
Suyash Borikar -
Top comments (1)
I started a RoR project. I use docker to easily install what I need (database, external tools...). In the root of my project, I've got a data folder containing all the docker volumes. The issue is when I run rails generate controller X, I don't know why but rails wants to access to the data folder (which is completely useless) and so, I have a permission denied for the data folder;
Any idea to avoid that unless changing the folder's permissions ? I don't want to break my containers.