diff --git a/Rakefile b/Rakefile
index 8ed598d..b553d9a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -16,6 +16,11 @@ task :init => [:up] do
   end
 end
 
+desc 'terminal'
+task :sh do
+  compose('exec', 'app.dev', 'bash')
+end
+
 desc 'iterar'
 task :tdd do
   compose('exec', 'app.dev', 'python3 -m unittest')