#!/usr/bin/env bash
# Atalho: ./bin/dc exec app php artisan ...
set -euo pipefail
cd "$(dirname "$0")/.."
docker compose "$@"
