This commit is contained in:
Thomas Forgione 2023-10-27 14:25:34 +02:00
parent a98d1a57e2
commit 7b5b9be2f6
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ if [ $? -eq 0 ]; then
alias dcp="docker-compose build && docker-compose push"
alias dcu="docker-compose up -d --build --remove-orphans"
alias dcd="docker-compose down"
alias dcr="docker-compose down && docker-compose up -d --build --remove-orphans"
fi
command -v kubectl > /dev/null 2>&1