From 4b3adfe1dd703f7f5ac5bfc0a839771a45ccb090 Mon Sep 17 00:00:00 2001 From: lyx0 <66651385+lyx0@users.noreply.github.com> Date: Thu, 5 Oct 2023 12:06:09 +0200 Subject: [PATCH] dont use cache to build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 66d36cb..fa9d6a3 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ build: - docker build -t yaf . + docker build --no-cache -t yaf . run: docker compose up -d