Fix Makefile
This commit is contained in:
parent
d6a85a3c3c
commit
f31f4e9d22
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue