Add a no-op remove method for pack

This commit is contained in:
Nick Hammond
2024-10-17 07:54:17 -07:00
parent d538447973
commit 145b73c4f0

View File

@@ -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