From 26372bb28f5e1334c5c50be42c51a40896f88968 Mon Sep 17 00:00:00 2001 From: pierreozoux Date: Fri, 23 Dec 2016 10:13:40 +0000 Subject: [PATCH] adds build command to update --- utils/libre | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/libre b/utils/libre index 459fbe8..83810d0 100755 --- a/utils/libre +++ b/utils/libre @@ -54,6 +54,7 @@ case "$1" in elif [ -n "$(systemctl_param)" ]; then git pull docker-compose pull + docker-compose build libre restart fi;; provision) -- GitLab