Method: Avm::Docker::Image#build

Defined in:
lib/avm/docker/image.rb

#build(extra_args = []) ⇒ Object



30
31
32
33
34
# File 'lib/avm/docker/image.rb', line 30

def build(extra_args = [])
  nyi "Extra args: #{extra_args}" if extra_args.any?

  provide
end