Another Makefile fix

This commit is contained in:
Thomas Sileo 2022-08-29 19:44:02 +02:00
parent 4f8bb00d86
commit b843b29975
1 changed files with 1 additions and 1 deletions

View File

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