diff --git a/bin/entrypoint-deno.sh b/bin/entrypoint-deno.sh index f9ca4b6..23d9f65 100755 --- a/bin/entrypoint-deno.sh +++ b/bin/entrypoint-deno.sh @@ -57,12 +57,12 @@ case "$1" in healthcheck) echo 'OK' ;; -bash | shell | sh) +sh | bash | shell | /bin/sh | /bin/bash) shift 1 __exec_bash "$@" ;; *) - exec deno run --allow-net "${@:-https://deno.land/std/examples/welcome.ts}" + deno run --allow-net "${@:-/data/sample.ts}" ;; esac # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -