#!/bin/bash set -e here="$(realpath "$(dirname "$0")")" cd "$here" docker-compose build docker-compose up || docker-compose stop