From 5c61f1d366ad175209a5444fb0dc5a7c33334feb Mon Sep 17 00:00:00 2001 From: Ajay Date: Sun, 16 Apr 2023 21:34:34 -0400 Subject: [PATCH] Fix inspect command --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index addde76..cc26ced 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -9,4 +9,4 @@ test -e config.json || cat < config.json } EOF -node dist/src/index.js --inspect +node --inspect dist/src/index.js