#!/usr/bin/env sh set -e ENV=${1:-prod} APP_ENV=$ENV docker compose up -d --build