From f656075a7ad5741787fe1dfacf87719891c5c0bf Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Sat, 26 Sep 2020 23:57:17 -0400 Subject: [PATCH] Disable Docker Cache On Build --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index f4ca412..bcc301a 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -2,4 +2,4 @@ set -e -docker build --tag thebrokenrail/minecraft-pi:latest . +docker build --no-cache --tag thebrokenrail/minecraft-pi:latest .