mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 19:35:49 +00:00
Restore dettached compose up
This commit is contained in:
parent
6e08a5a2ea
commit
5ed1a0c413
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ set -Eeuox pipefail
|
||||||
source env.sh
|
source env.sh
|
||||||
|
|
||||||
echo "start to build and install windows"
|
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"
|
echo "windows installed, now stop container"
|
||||||
docker stop windows-build
|
docker stop windows-build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue