From f31f4e9d2298d5a22565a9afd8f3b348f4b21c32 Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Fri, 19 Aug 2022 15:02:57 +0200 Subject: [PATCH] Fix Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 20de80e..850ba8d 100644 --- a/Makefile +++ b/Makefile @@ -16,5 +16,5 @@ update: -docker run --volume `pwd`/data:/app/data --volume `pwd`/app/static:/app/app/static microblogpub/microblogpub inv update .PHONY: prune-old-data -update: +prune-old-data: -docker run --volume `pwd`/data:/app/data --volume `pwd`/app/static:/app/app/static microblogpub/microblogpub inv prune-old-data