From 0ca7f53d017feda685f68085ddc63b07759a4748 Mon Sep 17 00:00:00 2001 From: Jacquin Antoine Date: Sat, 28 Feb 2026 23:10:00 +0100 Subject: [PATCH] Add --no-cache to docker build commands Co-authored-by: Qwen-Coder --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 48966bb..894c7bc 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Docker parameters DOCKER=docker -DOCKER_BUILD=$(DOCKER) build +DOCKER_BUILD=$(DOCKER) build --no-cache DOCKER_RUN=$(DOCKER) run # Image names