mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2025-09-15 06:13:26 +00:00
Add comment
This commit is contained in:
parent
1d3bbbcd92
commit
4341ad3beb
|
@ -35,7 +35,7 @@ Copy-Item "$pwd\.keys\cert.cert" -Destination "$pwd\src\bitBetter"
|
||||||
docker build --no-cache -t bitbetter/bitbetter "$pwd\src\bitBetter"
|
docker build --no-cache -t bitbetter/bitbetter "$pwd\src\bitBetter"
|
||||||
Remove-Item "$pwd\src\bitBetter\cert.cert" -Force
|
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}}'
|
$oldinstances = docker container ps --all -f Name=bitwarden --format '{{.ID}}'
|
||||||
|
|
||||||
# stop and remove all running instances
|
# stop and remove all running instances
|
||||||
|
|
2
build.sh
2
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"
|
docker build --no-cache -t bitbetter/bitbetter "$PWD/src/bitBetter"
|
||||||
rm -f "$PWD/src/bitBetter/cert.cert"
|
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}}')
|
OLDINSTANCES=$(docker container ps --all -f Name=bitwarden --format '{{.ID}}')
|
||||||
|
|
||||||
# stop and remove all running instances
|
# stop and remove all running instances
|
||||||
|
|
Loading…
Reference in New Issue
Block a user