From b843b29975469d32ddcd54fa92110d642e46c56a Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Mon, 29 Aug 2022 19:44:02 +0200 Subject: [PATCH] Another Makefile fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e17aa9a..d5e5b6c 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ config: .PHONY: update update: - -docker run --volume `pwd`/data:/app/data --volume `pwd`/app/static:/app/app/static microblogpub/microblogpub inv update + -docker run --volume `pwd`/data:/app/data --volume `pwd`/app/static:/app/app/static microblogpub/microblogpub inv update --no-update-deps .PHONY: prune-old-data prune-old-data: