From dc06965a1bffa6233168aa391bd702aaad23a77e Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Wed, 23 Sep 2015 09:16:10 -0400 Subject: Add debug command for docker-compose --- docker-compose.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docker-compose.yml') diff --git a/docker-compose.yml b/docker-compose.yml index fa11b126..ae7c6f46 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,3 +12,6 @@ test: shell: <<: *defaults command: bundle exec irb +debug: + <<: *defaults + command: /bin/bash -- cgit v1.2.3