#! /usr/bin/env bash
set -a source .env if [[ -z "${DATA_DIR}" ]]; then DATA_DIR=$(pwd) fi docker-compose -f docker/docker-compose.yaml up --build