WIP: Switch to NixOS #5
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue