From 29b66dc1de8b0df0c8c7d14de6f7d73168f25ce5 Mon Sep 17 00:00:00 2001 From: Jim Ryan Date: Thu, 5 Sep 2024 10:59:24 +0100 Subject: [PATCH] remove -it --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 536c2b3168..2a3436f921 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -8,7 +8,7 @@ ifeq (, $(shell ${HUGO} version 2> /dev/null)) ifeq (, $(shell docker version 2> /dev/null)) $(error Docker and Hugo are not installed. Hugo (<0.91) or Docker are required to build the local preview.) else - HUGO=docker run --rm -it -v ${CURDIR}:/src -p 1313:1313 ${HUGO_IMG} hugo --bind 0.0.0.0 -p 1313 + HUGO=docker run --rm -v ${CURDIR}:/src -p 1313:1313 ${HUGO_IMG} hugo --bind 0.0.0.0 -p 1313 endif endif