79647858

Date: 2025-06-01 19:28:46
Score: 0.5
Natty:
Report link

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.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: DoolAy