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
{{ message }}
This repository has been archived by the owner. It is now read-only.
I hadn't played around much with the rails image before this week, but I noticed that the logs are be written to the default logs/#{Rails.env}.log file instead of STDOUT.
I think the fix will need to be made for each app that is based on this image (or pretty much any other Dockerized Rails app), so I don't think there's anything to be done in the image itself. I believe the only thing that should be done is to document the issue over at docker-library/docs, so let me know if I should have opened the issue there. At least having the issue in this repo will help people find it if they search for the problem.