Skip to content

Instantly share code, notes, and snippets.

@madetech-com
Created October 14, 2015 17:21
Show Gist options
  • Save madetech-com/caf5dc197109eaf89e7b to your computer and use it in GitHub Desktop.
Save madetech-com/caf5dc197109eaf89e7b to your computer and use it in GitHub Desktop.
Original command docker-compose command
rails c docker-compose run web rails c
RAILS_ENV=test rake db:create docker-compose run -e RAILS_ENV=test web rake db:create
rspec spec/path/to/spec.rb docker-compose run web rspec spec/path/to/spec.rb
bundle install docker-compose run web bundle install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment