From ed229b1a7eeac67a320b52f52d9829a74d0ea7a8 Mon Sep 17 00:00:00 2001 From: James Ravenscroft Date: Sun, 8 Sep 2024 11:48:56 +0100 Subject: [PATCH] remove -it from docker run step --- brainsteam/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brainsteam/build.sh b/brainsteam/build.sh index 9c858c6..0ea52ca 100644 --- a/brainsteam/build.sh +++ b/brainsteam/build.sh @@ -1,2 +1,2 @@ #!/bin/bash -docker run --rm -it -v `pwd`:/src -u $UID:$GID klakegg/hugo +docker run --rm -v `pwd`:/src -u $UID:$GID klakegg/hugo