module Construi

Entrypoint for the Construi application

Constants

DOCKER_TIMEOUT
VERSION

Public Class Methods

run(targets) click to toggle source
# File lib/construi.rb, line 9
def self.run(targets)
  Runner.new(Config.load_file('construi.yml')).run(targets)
end