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

set -xuo pipefail

command -v docker || exit 1

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

docker compose up --remove-orphans