From ac61ca8902b271194c94186582ae9c15481afaa2 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 5ee2804..26b6c51 100644 --- a/conf.json +++ b/conf.json @@ -28,13 +28,13 @@ "copyInDir": ".", "copyIn": { "healthcheck": { - "src": "./../../../../../../build/healthcheck", - "copyOut": [ - "stdout", - "stderr" - ] + "src": "./../../../../../../build/healthcheck" } }, + "copyOut": [ + "stdout", + "stderr" + ], "stdin": { "content": "" },