From 288395944d8ce8b293eb5ca2b630fdc7a98d13ba Mon Sep 17 00:00:00 2001 From: zzjc1234 <2359047351@qq.com> Date: Sat, 25 May 2024 21:35:59 +0800 Subject: [PATCH] fix: path --- conf.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.toml b/conf.toml index f2a5e7a..de532f1 100644 --- a/conf.toml +++ b/conf.toml @@ -11,7 +11,7 @@ memoryLimit = 104_857_600 procLimit = 50 copyInCwd = true [stages.executor.with.default.copyIn.healthcheck] -src = "./../../../build/healthcheck" +src = "./../../../../../../build/healthcheck" copyOut = ["stdout", "stderr"] [stages.executor.with.default.stdin] content = ""