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)
|
docker(:push, config.latest_image)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def remove;end
|
||||||
|
|
||||||
def info
|
def info
|
||||||
pack :builder, :inspect, pack_builder
|
pack :builder, :inspect, pack_builder
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user