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 used the exact Dockerfile that was in this repository, it would not run rails and errored out on that command. So I changed the base image from ruby to rails. Now everything builds and runs, but the app is still not available. Any help would be much appreciated.
The text was updated successfully, but these errors were encountered:
Given that the recommended usage for Rails itself is to add it to your project's Gemfile and use bundle to install it, the rails official image has been deprecated as of Jul 5 in favor of using the ruby image directly (see docker-library/docs#503 for more details).
Sorry for the inconvenience! Since the image will not be receiving anything besides minor maintenance updates (version bumps for example), we're closing out old issues accordingly. Thanks!
I used the exact Dockerfile that was in this repository, it would not run rails and errored out on that command. So I changed the base image from ruby to rails. Now everything builds and runs, but the app is still not available. Any help would be much appreciated.
The text was updated successfully, but these errors were encountered: