#!/usr/bin/env ruby
def run(script); `#{script}` end

run "docker build -t bterkuile/mozo-rails ."
