Fix Makefile: add --it to the self-destruct command
parent
5d95fd44ac
commit
f2e531cf1a
2
Makefile
2
Makefile
|
@ -28,7 +28,7 @@ move-to:
|
|||
|
||||
.PHONY: self-destruct
|
||||
self-destruct:
|
||||
-docker run --rm --volume `pwd`/data:/app/data --volume `pwd`/app/static:/app/app/static microblogpub/microblogpub inv self-destruct
|
||||
-docker run --rm --it --volume `pwd`/data:/app/data --volume `pwd`/app/static:/app/app/static microblogpub/microblogpub inv self-destruct
|
||||
|
||||
.PHONY: reset-password
|
||||
reset-password:
|
||||
|
|
Loading…
Reference in New Issue