adds build command to update
This commit is contained in:
parent
12b7b7ed94
commit
26372bb28f
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ case "$1" in
|
|||
elif [ -n "$(systemctl_param)" ]; then
|
||||
git pull
|
||||
docker-compose pull
|
||||
docker-compose build
|
||||
libre restart
|
||||
fi;;
|
||||
provision)
|
||||
|
|
Loading…
Reference in a new issue