From f2e531cf1a09539721f2317a96ec3677a6322569 Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Mon, 5 Dec 2022 21:12:59 +0100 Subject: [PATCH] Fix Makefile: add --it to the self-destruct command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 20db155..a413271 100644 --- a/Makefile +++ b/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: