From 929ffb49bca6991f811bb2c649d1b189f2782a06 Mon Sep 17 00:00:00 2001 From: Jason Date: Sun, 10 Jul 2022 19:38:22 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20=20modified:=20bin/entr?= =?UTF-8?q?ypoint-deno.sh=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/entrypoint-deno.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -