Files
mozo-backend/bin/development_build

5 lines
99 B
Ruby

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