From 29767bde2d9535e32de1343da24421d08091a9f4 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 c4530ae..03a49e0 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": "" },