diff --git a/conf.json b/conf.json index 1ed0c81..ad7b08a 100644 --- a/conf.json +++ b/conf.json @@ -27,13 +27,13 @@ "copyInDir": ".", "copyIn": { "healthcheck": { - "src": "./../../../../../../build/healthcheck", - "copyOut": [ - "stdout", - "stderr" - ] + "src": "./../../../../../../build/healthcheck" } }, + "copyOut": [ + "stdout", + "stderr" + ], "stdin": { "content": "" },