mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 19:35:49 +00:00
wait for interface to be up
This commit is contained in:
parent
4d75e9e1aa
commit
0797f5899a
51 changed files with 1296 additions and 1004 deletions
|
|
@ -4,7 +4,7 @@ set -Eeuo pipefail
|
|||
source env.sh
|
||||
|
||||
echo "start to build and install windows"
|
||||
docker compose up windows-build -d --build
|
||||
docker compose up windows-build -d --build --force-recreate
|
||||
|
||||
echo "streaming logs..."
|
||||
docker logs -f windows-build | tee windows-build.log &
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue