From 3938475941974a09610b6be4b6f24206a78f122d Mon Sep 17 00:00:00 2001 From: BoYanZh Date: Sun, 13 Oct 2024 22:51:07 -0400 Subject: [PATCH] Added conf.json. --- conf.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/conf.json b/conf.json index 3a36445..054bead 100644 --- a/conf.json +++ b/conf.json @@ -25,13 +25,13 @@ "copyInDir": ".", "copyIn": { "healthcheck": { - "src": "./../../../../../../build/healthcheck", - "copyOut": [ - "stdout", - "stderr" - ] + "src": "./../../../../../../build/healthcheck" } }, + "copyOut": [ + "stdout", + "stderr" + ], "stdin": { "content": "" },