This commit is contained in:
Thomas Forgione 2023-02-03 14:15:03 +01:00
parent fd6138e96f
commit aa899f592e
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ command -v docker-compose > /dev/null 2>&1
if [ $? -eq 0 ]; then
alias dc="docker-compose"
alias dcu="docker-compose up -d --build --remove-orphans"
alias dcd="docker-compose down"
fi
# change to git directory