Closed durka closed 8 years ago
Should I also include docker-compose run shell bash -c 'bundle exec rake db:reset'
to populate test data?
thanks @durka !
regarding your second question, yes. however make it docker-compose run --rm shell bash -c 'bundle exec rake db:reset'
with --rm so that the container is removed after the command completes.
These seem to be necessary, at least on OSX.