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