module Dapp::Dimg::Dapp::Command::Run

Public Instance Methods

run(stage_name, docker_options, command) click to toggle source
# File lib/dapp/dimg/dapp/command/run.rb, line 6
def run(stage_name, docker_options, command)
  one_dimg!
  dimg(config: build_configs.first, should_be_built: stage_name.nil?, ignore_signature_auto_calculation: true)
    .run_stage(stage_name, docker_options, command)
end