1
0
Fork 0
mirror of https://github.com/alemidev/scope-tui.git synced 2024-11-14 18:59:19 +01:00
scope-tui/compose_start.sh

7 lines
78 B
Bash
Executable file

#!/bin/sh
docker compose up -d
docker attach scope_tui
docker compose down