#!/bin/sh

# exit on error
set -e

DIR="$(cd "$(dirname "$0")" && pwd)"
cd "$DIR"

docker-compose up --build
