From 2c9bf012132f6bb766c0cd821c13ea475bc67a41 Mon Sep 17 00:00:00 2001 From: Nathan Price Date: Fri, 17 Jan 2025 17:24:41 -0500 Subject: [PATCH] hide the output of quartz build --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index bad4c4c..e4ae9f6 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -36,7 +36,7 @@ main() { npm i >/dev/null echo "Building Quartz..." - npx quartz build + npx quartz build >/dev/null echo "Starting Nginx..." exec nginx -g "daemon off;"