/dockerized-rails-example

An example for a dockerized rails application development

Primary LanguageRubyMIT LicenseMIT

Dockerized rails application development

Usage

# Build images
$ make build

# Setup
$ make setup

# Run services
$ make up

# run rails console
$ bin/spring rails c

# run rake task
$ bin/spring rake db:migrate

License

The gem is available as open source under the terms of the MIT License.