Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 368 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 368 Bytes

Rails on Docker boilerplate

Rails application on Docker

Usage

$ git clone git@github.com:cheezenaan-sandbox/rails-on-docker-boilerplate.git your_own_app
$ cd your_own_app && rm rf -.git
$ docker-compose run --rm app rails new . --force --skip-coffee --skip-turbolinks --database=mysql -BT -m templates/initialize.rb
$ docker-compose up -d app