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
Lockdown rails app in production for security (rails#47594)
Current Dockerfile generated by Rails runs as a non-root user
which prevents modification of the operating system but leaves
wide open all gems and the application itself.
This change locks down the application gems and only opens up
access to the following directories: db, log, storage, tmp
This is a even more secure alternative to
rails#47580
0 commit comments