You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2022/02/15 15:04:37 UTC

[myfaces-homepage] 01/02: fix: full restart

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-homepage.git

commit ec94da1bba248513cc526808dcce894a6df9e3eb
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Tue Feb 15 16:04:01 2022 +0100

    fix: full restart
    
    issue: TOBAGO-2112
---
 tobago/tobago-vm.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago/tobago-vm.sh b/tobago/tobago-vm.sh
index 175438c..63c5695 100755
--- a/tobago/tobago-vm.sh
+++ b/tobago/tobago-vm.sh
@@ -11,5 +11,5 @@ cd tobago-vm
 
 docker-compose down
 docker system prune
-docker-build
+docker-compose build -f
 docker-compose up -d