MarketingSystemDataTool/scripts/deploy.sh

5 lines
82 B
Bash

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