From 4f8bb00d86e368ef693747948625fd8d05bfd642 Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Mon, 29 Aug 2022 19:40:11 +0200 Subject: [PATCH] Fix Makefile --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 850ba8d..e17aa9a 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,6 @@ build: config: # Run and remove instantly -docker run --rm -it --volume `pwd`/data:/app/data microblogpub/microblogpub inv configuration-wizard - -docker run --env MICROBLOGPUB_CONFIG_FILE=tests.toml --rm -it --volume `pwd`/data:/app/data --volume `pwd`/app/static:/app/app/static microblogpub/microblogpub inv configuration-wizard .PHONY: update update: