Bootstrapped Rails application running in docker
- Ruby 2.6.3
- Rails 6.0.2
- Postgresql 9.6
Runbin/start
from the root directory. This will cause the following actions:
- Bring up the postgres database.
- Build the application docker image.
- Create the default databases for development and test.
- Launch the rails app/server.
Visiting localhost:3000
should give you the default Rails landing page
- Docker running locally.