Exec can't mount

This commit is contained in:
David Heinemeier Hansson
2023-02-01 13:19:01 +01:00
parent 444e33721a
commit cb6fdbefc8

View File

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