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

https://github.com/vczb/rails-on-docker


https://github.com/vczb/rails-on-docker

docker ruby ruby-on-rails

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

### Rails & Postgres on Docker Container

##### execute commands:

`docker-compose up --build`

`docker-compose run web rake db:create`

##### access in your browser:

`http://localhost:3000/`