Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 349 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 349 Bytes

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.