From 4341ad3beba2531e8cb9ce4b7ca356df3ee118cc Mon Sep 17 00:00:00 2001 From: Michiel Hazelhof Date: Tue, 12 Aug 2025 16:22:15 +0200 Subject: [PATCH] Add comment --- build.ps1 | 2 +- build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.ps1 b/build.ps1 index 407f3fd..e86a0b2 100644 --- a/build.ps1 +++ b/build.ps1 @@ -35,7 +35,7 @@ Copy-Item "$pwd\.keys\cert.cert" -Destination "$pwd\src\bitBetter" docker build --no-cache -t bitbetter/bitbetter "$pwd\src\bitBetter" Remove-Item "$pwd\src\bitBetter\cert.cert" -Force -# gather all running instances +# gather all running instances, cannot run a wildcard filter on Ancestor= :( $oldinstances = docker container ps --all -f Name=bitwarden --format '{{.ID}}' # stop and remove all running instances diff --git a/build.sh b/build.sh index fa43fad..4282079 100755 --- a/build.sh +++ b/build.sh @@ -36,7 +36,7 @@ cp -f "$PWD/.keys/cert.cert" "$PWD/src/bitBetter" docker build --no-cache -t bitbetter/bitbetter "$PWD/src/bitBetter" rm -f "$PWD/src/bitBetter/cert.cert" -# gather all running instances +# gather all running instances, cannot run a wildcard filter on Ancestor= :( OLDINSTANCES=$(docker container ps --all -f Name=bitwarden --format '{{.ID}}') # stop and remove all running instances