This dockerfile was created for me when i ran the commands to start a new rails project, and it was intended for production only. So the dockerfile specifically only gave me access to certain files with
chown -R $USERNAME:$USERNAME db log storage tmp
Adding the directories I actually want to be developing in here is necessary, so in my case the app
directory.