Needn't pass existing ENVs either

This commit is contained in:
David Heinemeier Hansson
2023-02-01 13:20:47 +01:00
parent cb6fdbefc8
commit bc0ae84eb1
2 changed files with 0 additions and 3 deletions

View File

@@ -49,7 +49,6 @@ class Mrsk::Commands::Accessory < Mrsk::Commands::Base
def exec(*command, interactive: false)
docker :exec,
("-it" if interactive),
*env_args,
service_name,
*command
end