aboutsummaryrefslogtreecommitdiffstats
path: root/csit.infra.dash/do_run.sh
blob: 843156b1c8801a4652d4360893c234c259373097 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash

set -exuo pipefail

command -v docker || exit 1

export UID=$(id -u)
export GID=$(id -g)

docker compose up --remove-orphans