diff --git a/conf.json b/conf.json index 3a36445..054bead 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": "" },