module Concourse::Util

def docker_compose command

def docker_compose command
  sh "docker-compose -f #{docker_compose_path} #{command}"
end