#!/usr/bin/env bash
set -e
cd "$(dirname "$0")/.."
docker compose up -d --build
printf "App started at http://localhost:8000\n"
