#!/bin/bash
set -eu

./configure
docker-compose up "$@"
