Add a no-op remove method for pack
This commit is contained in:
@@ -16,6 +16,8 @@ class Kamal::Commands::Builder::Pack < Kamal::Commands::Builder::Base
|
||||
docker(:push, config.latest_image)
|
||||
end
|
||||
|
||||
def remove;end
|
||||
|
||||
def info
|
||||
pack :builder, :inspect, pack_builder
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user