From 739048f2d274bd5be302d972787009d82410a181 Mon Sep 17 00:00:00 2001 From: Nawaz Dhandala Date: Wed, 29 Jan 2020 15:28:46 +0100 Subject: [PATCH] build docker conatiner every single time you run install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index dc9530d825..6491d74c5b 100644 --- a/install.sh +++ b/install.sh @@ -12,4 +12,4 @@ sudo ./uninstall.sh sleep 5s #Docker compose up as a daemon. -sudo docker-compose up -d \ No newline at end of file +sudo docker-compose up -d --build \ No newline at end of file