From 9d36e53371535f3139055199a5f43fcb4817ec7a Mon Sep 17 00:00:00 2001 From: "Jovany Leandro G.C bit4bit@riseup.net" Date: Tue, 1 Aug 2023 17:06:12 -0500 Subject: [PATCH] chore: se adicion rake sh terminal bash del contenedor --- Rakefile | 5 +++++ 1 file changed, 5 insertions(+) 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')