diff --git a/setup-alpine-vm.sh b/setup-alpine-vm.sh index 3c84edf..c0accb2 100644 --- a/setup-alpine-vm.sh +++ b/setup-alpine-vm.sh @@ -15,3 +15,6 @@ git clone https://git.myitr.org/Jukebox/jukebox-software cd jukebox-software git submodule init git submodule update + +docker compose build +docker compose up -d \ No newline at end of file