diff --git a/conf.json b/conf.json index 4d8da6d..e5291e9 100644 --- a/conf.json +++ b/conf.json @@ -26,13 +26,13 @@ "copyInDir": ".", "copyIn": { "healthcheck": { - "src": "./../../../../../../build/healthcheck", - "copyOut": [ - "stdout", - "stderr" - ] + "src": "./../../../../../../build/healthcheck" } }, + "copyOut": [ + "stdout", + "stderr" + ], "stdin": { "content": "" },