Fix Makefile

This commit is contained in:
Thomas Sileo 2022-08-19 15:02:57 +02:00
parent d6a85a3c3c
commit f31f4e9d22
1 changed files with 1 additions and 1 deletions

View File

@ -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