Tweak Dockerfile
This commit is contained in:
parent
9093659b0a
commit
5905ad96b4
4 changed files with 165 additions and 132 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue