#!/usr/bin/env bash
set -e
cd "$(dirname $(dirname "$0"))" || exit

# docker run --rm -p 8000:80 shmyga/gallery
docker compose up --build
