From 5ed1a0c413d158ded3d83b4342f8168a30dafde6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gytis=20Sto=C5=A1kevi=C4=8Dius?= Date: Tue, 1 Apr 2025 11:00:21 +0300 Subject: [PATCH] Restore dettached compose up --- prepare_image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare_image.sh b/prepare_image.sh index 90bfa33..96689ce 100755 --- a/prepare_image.sh +++ b/prepare_image.sh @@ -4,7 +4,7 @@ set -Eeuox pipefail source env.sh echo "start to build and install windows" -docker compose up windows-build --build +docker compose up windows-build -d --wait --build echo "windows installed, now stop container" docker stop windows-build