From c3a63d0942917766ffcff4a7680bdace9a39a7df Mon Sep 17 00:00:00 2001 From: semvervot Date: Mon, 18 Oct 2021 13:52:39 -0700 Subject: [PATCH] chore: build cache --- scripts/build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index b3da3a6..7c46071 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -6,4 +6,6 @@ set -e TAG=${TAG?Variable not set} \ docker-compose \ -f docker-compose.yml \ -build +build \ +--no-cache \ +--parallel \