adds build command to update

This commit is contained in:
pierreozoux 2016-12-23 10:13:40 +00:00
parent 12b7b7ed94
commit 26372bb28f

View file

@ -54,6 +54,7 @@ case "$1" in
elif [ -n "$(systemctl_param)" ]; then
git pull
docker-compose pull
docker-compose build
libre restart
fi;;
provision)