mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-18 21:27:42 +00:00
Make update alias use new dct function
This commit is contained in:
parent
eff5448a2d
commit
911f38b247
@ -165,8 +165,8 @@ update() {
|
|||||||
docker-update() {
|
docker-update() {
|
||||||
for dir in $HOME/git/dotfiles/docker/*; do
|
for dir in $HOME/git/dotfiles/docker/*; do
|
||||||
cd $dir
|
cd $dir
|
||||||
docker compose pull
|
dct pull
|
||||||
docker compose up -d
|
dct up -d
|
||||||
cd ..
|
cd ..
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user