An open API service indexing awesome lists of open source software.

https://github.com/mdxprograms/rails-docker

Rails setup with docker using ruby 2.4.0, rails 5.*, and postgres
https://github.com/mdxprograms/rails-docker

Last synced: 6 months ago
JSON representation

Rails setup with docker using ruby 2.4.0, rails 5.*, and postgres

Awesome Lists containing this project

README

          

# Rails Docker Starter

This uses `ruby: 2.4.0`, `rails: 5.*`, and `postgres`

To get started run:

`docker-compose build`

`docker-compose up`

Then open another terminal and run:

`docker-compose run web rails db:create` or any other command needed after