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

View File

@@ -42,8 +42,6 @@ class Mrsk::Commands::App < Mrsk::Commands::Base
def exec(*command, interactive: false)
docker :exec,
("-it" if interactive),
*rails_master_key_arg,
*config.env_args,
config.service_with_version,
*command
end