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