Tweak Dockerfile

This commit is contained in:
Thomas Sileo
2022-09-18 20:54:25 +02:00
parent 9093659b0a
commit 5905ad96b4
4 changed files with 165 additions and 132 deletions

View File

@@ -27,7 +27,7 @@ move-to:
-docker run --volume `pwd`/data:/app/data --volume `pwd`/app/static:/app/app/static microblogpub/microblogpub inv move-to $(account)
.PHONY: self-destruct
move-to:
self-destruct:
-docker run --volume `pwd`/data:/app/data --volume `pwd`/app/static:/app/app/static microblogpub/microblogpub inv self-destruct
.PHONY: reset-password