From 4ea67fda132bfd6085fdfcdbeeb4d302501dc807 Mon Sep 17 00:00:00 2001 From: wilson Date: Sun, 3 May 2026 15:28:11 +0100 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6f18c4e..68fbfd7 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY: down build up logs shell lock migrate migration import-dictionary build: - docker compose build + docker compose build --no-cache up: docker compose up -d