5 lines
99 B
Ruby
5 lines
99 B
Ruby
#!/usr/bin/env ruby
|
|
def run(script); `#{script}` end
|
|
|
|
run "docker build -t bterkuile/mozo-rails ."
|