From 99d95c2841517f36a2063c641ea2e1b9b6190c76 Mon Sep 17 00:00:00 2001 From: BoYanZh Date: Sun, 22 Sep 2024 01:21:49 -0400 Subject: [PATCH] feat: use CopyInDir --- conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.json b/conf.json index ab46433..3a36445 100644 --- a/conf.json +++ b/conf.json @@ -22,7 +22,7 @@ "cpuLimit": 10000000000, "memoryLimit": 104857600, "procLimit": 50, - "copyInCwd": true, + "copyInDir": ".", "copyIn": { "healthcheck": { "src": "./../../../../../../build/healthcheck",