cibus-backend/scripts/local_up.sh
kjuulh e4b1f79a61
All checks were successful
continuous-integration/drone/push Build is passing
Added html
2022-08-15 22:55:04 +02:00

8 lines
217 B
Bash
Executable File

#!/bin/bash
set -e
cuddle_cli render_template --template-file $TMP/docker-compose.local_up.yml.tmpl --dest $TMP/docker-compose.local_up.yml
docker compose -f $TMP/docker-compose.local_up.yml up -d --remove-orphans